Skip to content

Commit

Permalink
feat: Factory Signs
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydrichards committed Jul 7, 2020
1 parent 1f3ef40 commit 27f45f0
Show file tree
Hide file tree
Showing 9 changed files with 2,288 additions and 53 deletions.
8 changes: 2 additions & 6 deletions components/LifePlastic/Buttons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -284,9 +284,7 @@ export const FactoryButton: React.FC<ToggleProps> = ({
id="PPHandSorting"
d="M432.095 1897.8v.14l.124.08 32.849 19.13V1934.41l.122.07 6.873 4.1v6.6l-2.414 1.43-.123.07v4.3l-6.181 2.81-.146.06V1961.29l-7.464 7.31-.041.04-.019.06c-.876 2.48-2.195 6.2-3.309 9.3-.557 1.55-1.062 2.94-1.435 3.95-.186.5-.339.91-.449 1.19-.045.12-.083.21-.111.28h-3.263l-.054.17-1.842 6.12-20.889 4.57-11.892-8.19-.081-.06-.097.02-10.871 1.6-6.244-10.86-.145-.26-.227.18-3.475 2.77-7.034-25.03-.111-.4-.3.28-2.615 2.44-1.473-9.59-.018-.11-.101-.06-3.061-1.83v-6.6l5.461-3.23.123-.07v-6.8l7.562-4.37.125-.07v-9.07l6.253-3.75.038-.03.028-.03 14.61-18.07 5.503.34.266.01v-12.31c0-.41.186-.82.561-1.22.377-.39.934-.76 1.64-1.07 1.414-.63 3.384-1.03 5.573-1.03 2.189 0 4.159.4 5.572 1.03.707.31 1.264.68 1.64 1.07.376.4.562.81.562 1.22v16.67z"
fill={FILLCOLOR}
fillOpacity={
systems.PPHandSorting ? FILLOPACITY_HIDDEN : FILLOPACITY
}
fillOpacity={systems.PPHandSorting ? FILLOPACITY_HIDDEN : FILLOPACITY}
stroke={STROKECOLOR}
strokeWidth={STROKEWEIGHT}
cursor="pointer"
Expand Down Expand Up @@ -343,9 +341,7 @@ export const FactoryButton: React.FC<ToggleProps> = ({
id="PSHandSorting"
d="M514.129 1888.76c1.156 3.1 2.498 6.69 2.498 11.96-.586.46-.932 1.03-.932 1.65v1.7c0 .48.209.93.578 1.32a6 6 0 01-2.878 4.53l-6.416 3.85a14.003 14.003 0 00-6.79 12v4.28c-.489.44-.773.96-.773 1.52v1.7c0 .56.284 1.08.773 1.51v11.07c-.489.43-.773.95-.773 1.51v1.7c0 1.53 2.137 2.78 4.774 2.78s4.774-1.25 4.774-2.78v-1.7c0-.56-.285-1.08-.775-1.51v-11.06c.49-.44.775-.96.775-1.52v-1.7c0-.56-.285-1.08-.775-1.52v-4.28a6.01 6.01 0 012.91-5.14l6.416-3.86a13.992 13.992 0 006.756-11.03c.61-.46.972-1.04.972-1.67v-1.7c0-.62-.346-1.19-.931-1.65 0-5.22 1.268-8.8 2.366-11.89.837-2.36 1.574-4.44 1.574-6.76h-15.767c0 2.29.769 4.35 1.644 6.69z"
fill={FILLCOLOR}
fillOpacity={
systems.PSHandSorting ? FILLOPACITY_HIDDEN : FILLOPACITY
}
fillOpacity={systems.PSHandSorting ? FILLOPACITY_HIDDEN : FILLOPACITY}
stroke={STROKECOLOR}
strokeWidth={STROKEWEIGHT}
cursor="pointer"
Expand Down
Loading

0 comments on commit 27f45f0

Please sign in to comment.