Skip to content

Commit

Permalink
content: Pellets and Bales
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydrichards committed Jun 19, 2020
1 parent b13a845 commit 2ce73d3
Show file tree
Hide file tree
Showing 15 changed files with 180 additions and 97 deletions.
59 changes: 59 additions & 0 deletions components/LifePlastic/Plastic/ParticleBale.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
import React from "react";
import anime from "animejs";
import { BoxProps } from "../Interfaces/Interfaces";
import { velocity } from "./PlasticParticles";

export const ParticleBale = ({
pathRef,
onComplete,
delay,
colour,
}: BoxProps) => {
const ref = React.useRef<HTMLDivElement>(null);
React.useEffect(() => {
const path = anime.path(pathRef);
const instance = anime({
targets: ref.current,
translateX: path("x"),
translateY: path("y"),
rotate: path("angle"),
delay: delay,
duration: path.length / velocity - (delay ? delay : 0),
easing: "linear",
complete: onComplete,
});

return instance.pause;
}, []);
return (
<div
ref={ref}
style={{
height: 22,
width: 22,
position: "absolute",
top: "-11px",
left: "-11px",
}}
>
<svg
width="21"
height="21"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<g id="Bale" transform="rotate(-90) translate(-21 0)">
<path
d="M.672 18.337h1.363L2.03 10.27l-.005-8.076c0-.637.517-1.154 1.154-1.154h14.996c.637 0 1.153.516 1.153 1.153v16.144h1.344v2.706h-1.343v-.64H2.035v.64H.672v-2.706z"
fill={colour}
/>
<path
d="M10.682 18.346h8.647v-8.077m-8.647 8.077H2.035L2.03 10.27m8.652 8.076L10.677 1.04m0 0H3.179c-.637 0-1.154.517-1.154 1.154l.005 8.076m8.647-9.23h7.498c.637 0 1.153.516 1.153 1.153v8.076m-17.298 0h17.298M.672 18.337h20v2.706h-1.343v-.64H2.035v.64H.672v-2.706z"
stroke="#000"
stroke-width=".5"
/>
</g>
</svg>
</div>
);
};
100 changes: 31 additions & 69 deletions components/LifePlastic/Plastic/ParticleGARBAGE.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export const ParticleGARBAGE = ({
onComplete,
delay,
colour,
version,
}: BoxProps) => {
const ref = React.useRef<HTMLDivElement>(null);
React.useEffect(() => {
Expand All @@ -19,79 +18,42 @@ export const ParticleGARBAGE = ({
translateY: path("y"),
rotate: path("angle"),
delay: delay,
duration: path.length / velocity - (delay ? delay : 0),
duration: path.length / velocity + (delay ? delay : 0),
easing: "linear",
complete: onComplete,
});

return instance.pause;
}, []);

if (version === 0) {
return (
<div
ref={ref}
style={{
height: 22,
width: 22,
position: "absolute",
top: "-11px",
left: "-11px",
}}
>
<svg
width="21"
height="21"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<g id="HDPE1">
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M12.133 2.729V1.5h-.483V.348H9.12V1.5h-.484V2.73c-.783.656-2.493 2.12-3.076 2.73-.583.61-.689 1.654-.67 2.1v11.629c0 .64.52 1.16 1.16 1.16h3.1c.64 0 1.16-.52 1.16-1.16h.126c0 .64.52 1.16 1.16 1.16h3.106c.64 0 1.16-.52 1.16-1.16l-.045-8.83c0-.773-.221-1.874-.434-2.93-.187-.927-.367-1.82-.384-2.429-.03-1.042-.732-1.5-1.08-1.6l-1.786-.67zm-.397 2.995a1.09 1.09 0 112.153-.332l.395 2.56a1.09 1.09 0 11-2.153.333l-.395-2.561z"
fill={`${colour}`}
/>
<path
d="M12.133 1.501h.25v-.25h-.25v.25zm0 1.228h-.25v.173l.163.061.087-.234zM11.65 1.5h-.25v.25h.25v-.25zm0-1.153h.25v-.25h-.25v.25zm-2.53 0v-.25h-.25v.25h.25zm0 1.153v.25h.25v-.25h-.25zm-.484 0v-.25h-.25v.25h.25zm0 1.228l.16.191.09-.074v-.117h-.25zM5.56 5.459l-.18-.173.18.173zm-.67 2.1h.251v-.01l-.25.01zm5.42 11.629l-.001-.25h-.25v.25h.25zm.126 0h.25v-.25h-.25v.25zm5.426 0h.25v-.002l-.25.001zm-.045-8.83h-.25.25zm-.434-2.93l.245-.05-.245.05zM14.999 5l.25-.007-.25.007zm-1.08-1.6l-.087.234.01.004.009.002.069-.24zm-1.272 1.082l.038.247-.038-.247zm-.911 1.243l.247-.038-.247.038zm2.153-.332l-.247.038.247-.038zm.395 2.56l-.247.039.247-.038zm-.91 1.243l.038.248-.038-.248zm-1.243-.91l.247-.038-.247.038zM11.883 1.5V2.73h.5V1.5h-.5zm-.233.25h.483v-.5h-.483v.5zM11.4.348V1.5h.5V.348h-.5zm-2.28.25h2.53v-.5H9.12v.5zm.25.903V.348h-.5V1.5h.5zm-.734.25h.483v-.5h-.483v.5zm.25.978V1.5h-.5V2.73h.5zM5.74 5.63c.57-.597 2.269-2.051 3.055-2.71l-.32-.384c-.78.653-2.502 2.127-3.097 2.749l.362.345zm-.6 1.917c-.01-.2.01-.549.101-.918.092-.37.25-.737.499-.999l-.362-.345c-.333.349-.52.809-.622 1.224a3.962 3.962 0 00-.116 1.06l.5-.022zm0 11.64V7.559h-.5v11.629h.5zm.91.91a.91.91 0 01-.91-.91h-.5c0 .778.631 1.41 1.41 1.41v-.5zm3.098 0H6.051v.5h3.098v-.5zm.91-.91a.91.91 0 01-.91.91v.5a1.41 1.41 0 001.41-1.41h-.5zm.377-.25h-.127v.5h.127v-.5zm1.16 1.16a.91.91 0 01-.91-.91h-.5c0 .778.631 1.41 1.41 1.41v-.5zm3.106 0h-3.106v.5h3.106v-.5zm.91-.91a.91.91 0 01-.91.91v.5a1.41 1.41 0 001.41-1.41h-.5zm-.045-8.83l.045 8.83.5-.002-.045-8.83-.5.003zm-.43-2.88c.216 1.066.43 2.137.43 2.88h.5c0-.804-.228-1.933-.439-2.98l-.49.1zm-.388-2.472c.018.636.204 1.554.389 2.472l.49-.1c-.189-.936-.363-1.804-.38-2.386l-.5.014zM13.85 3.64c.264.076.872.455.898 1.367l.5-.014c-.034-1.172-.83-1.71-1.26-1.833l-.138.48zm-1.805-.676l1.786.67.175-.468-1.786-.67-.175.468zm.563 1.27a1.34 1.34 0 00-1.12 1.529l.494-.076a.84.84 0 01.702-.958l-.076-.494zm1.527 1.12a1.34 1.34 0 00-1.527-1.12l.076.495a.84.84 0 01.957.702l.495-.077zm.395 2.562l-.395-2.562-.494.077.395 2.56.494-.075zm-1.12 1.528a1.34 1.34 0 001.12-1.528l-.494.076a.84.84 0 01-.701.957l.076.495zm-1.527-1.12a1.34 1.34 0 001.528 1.12l-.076-.495a.84.84 0 01-.958-.701l-.494.076zm-.395-2.561l.395 2.56.494-.075-.395-2.561-.494.076zM8.636 2.979h3.497v-.5H8.636v.5zM11.65 1.25H9.12v.5h2.53v-.5z"
fill="#000"
/>
</g>
</svg>
</div>
);
} else {
return (
<div
ref={ref}
style={{
height: 22,
width: 22,
position: "absolute",
top: "-11px",
left: "-11px",
}}
return (
<div
ref={ref}
style={{
height: 22,
width: 22,
position: "absolute",
top: "-11px",
left: "-11px",
}}
>
<svg
width="21"
height="21"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<svg
width="21"
height="21"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<g id="HDPE2">
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M6.135 20.348h8.752c.6-1.296 1.57-4.66 0-7.392-2.527-4.4 0-6.836 0-6.836-.974-1.185-1.844-1.66-2.869-1.848h.517V1.747c-.283-.044-.848-.265-.848-.788 0-.524-.446-.625-.67-.61h-.951c-.224-.015-.67.086-.67.61 0 .523-.565.744-.848.788v2.525h.598c-1.266.271-2.293.987-3.011 1.848 0 0-2.527 2.435 0 6.836 1.57 2.733.6 6.096 0 7.392zm2.028-12.21c-.03-.472-.342-1.319-1.345-.926-1.254.49-.93 2.97-.727 3.508.254.672.818 1.508 1.345.49.422-.814.66-2.387.727-3.072z"
fill={`${colour}`}
/>
<path
d="M14.887 20.348v.25h.16l.067-.145-.227-.105zm-8.752 0l-.227-.105-.164.355h.39v-.25zm8.752-7.392l-.217.125.217-.125zm0-6.836l.173.18.167-.16-.147-.18-.193.16zm-2.869-1.848v-.25l-.044.496.044-.246zm.517 0v.25h.25v-.25h-.25zm0-2.525h.25v-.213l-.211-.034-.039.247zM11.018.35v.25h.016l-.016-.25zm-.952 0l-.017.25h.017v-.25zM8.548 1.747L8.51 1.5l-.21.034v.213h.25zm0 2.525h-.25v.25h.25v-.25zm.598 0l.052.245-.052-.495v.25zM6.135 6.12l.173.18.01-.01.009-.01-.192-.16zm0 6.836l.217-.124-.217.124zm.683-5.744l.09.233-.09-.233zm1.345.926l.249.025.002-.02-.001-.02-.25.015zM6.091 10.72l.234-.089-.234.089zm1.345.49l.222.115-.222-.114zm7.45 8.888H6.136v.5h8.752v-.5zm-.216-7.017c.751 1.307.9 2.775.781 4.087-.118 1.313-.502 2.45-.791 3.075l.454.21c.31-.671.711-1.864.835-3.24.124-1.377-.027-2.957-.845-4.382l-.434.25zm.217-6.961l-.174-.18h-.001c0 .002-.002.002-.002.003a.47.47 0 00-.033.033 3.79 3.79 0 00-.354.454 4.8 4.8 0 00-.625 1.392c-.335 1.227-.323 3.004.972 5.259l.434-.25c-1.233-2.146-1.221-3.787-.924-4.878.15-.55.374-.967.56-1.246a3.27 3.27 0 01.317-.404l.003-.004-.173-.18zm-2.913-1.602c.957.175 1.778.614 2.72 1.76l.386-.317c-1.006-1.224-1.926-1.736-3.017-1.935l-.09.492zm.561-.496h-.517v.5h.517v-.5zm-.25-2.275v2.525h.5V1.747h-.5zM11.437.96c0 .366.203.62.423.777.215.154.466.231.636.258l.078-.494a1.07 1.07 0 01-.424-.17c-.133-.096-.213-.214-.213-.371h-.5zm-.403-.36a.475.475 0 01.268.064c.067.043.135.119.135.296h.5c0-.347-.155-.583-.367-.718A.973.973 0 0011.002.1l.033.498zm-.968 0h.952v-.5h-.952v.5zm-.42.36c0-.177.069-.253.136-.296a.475.475 0 01.267-.065L10.082.1a.973.973 0 00-.57.141c-.211.135-.366.371-.366.718h.5zM8.587 1.994c.17-.027.421-.104.636-.258.22-.157.423-.41.423-.777h-.5c0 .157-.08.275-.213.37a1.07 1.07 0 01-.424.171l.078.494zm.211 2.278V1.747h-.5v2.525h.5zm.348-.25h-.598v.5h.598v-.5zM6.326 6.28c.689-.824 1.668-1.506 2.872-1.763l-.105-.49c-1.328.285-2.401 1.035-3.15 1.932l.384.32zm.026 6.551c-1.233-2.146-1.22-3.787-.924-4.878.15-.55.374-.967.56-1.246a3.28 3.28 0 01.32-.408l-.173-.18-.174-.18v.001H5.96c0 .002-.001.002-.002.003a1.165 1.165 0 00-.032.033 3.779 3.779 0 00-.354.454c-.21.316-.46.782-.626 1.392-.334 1.227-.323 3.004.972 5.259l.434-.25zm.01 7.622c.31-.671.711-1.864.835-3.24.124-1.377-.027-2.957-.845-4.382l-.434.25c.751 1.307.9 2.775.781 4.087-.118 1.313-.502 2.45-.79 3.075l.453.21zm.547-13.008c.219-.086.378-.096.493-.075.112.021.2.075.27.151.153.164.228.428.242.633l.499-.032c-.018-.267-.113-.662-.375-.942a.98.98 0 00-.545-.301c-.228-.042-.483-.01-.766.1l.182.466zm-.584 3.186c-.087-.228-.216-.945-.168-1.666.024-.357.091-.697.217-.97.124-.268.298-.458.535-.55l-.182-.466c-.39.152-.646.457-.807.808-.16.347-.235.753-.262 1.144-.052.776.082 1.568.199 1.877l.468-.177zm.889.465c-.122.234-.22.31-.27.331-.03.013-.069.017-.14-.033a1.031 1.031 0 01-.257-.302 2.762 2.762 0 01-.222-.46l-.468.176c.068.18.157.373.264.547.105.17.238.338.397.45.168.116.385.18.617.084.212-.088.38-.29.523-.563l-.444-.23zm.7-2.982c-.032.335-.107.89-.226 1.461-.12.576-.28 1.145-.474 1.52l.444.23c.227-.438.398-1.063.52-1.648.122-.59.2-1.164.234-1.514l-.498-.049zm2.343-4.208c-.406 0-.794.043-1.164.122l.105.489c.335-.072.688-.111 1.059-.111v-.5zm1.806.12c-.557-.101-1.15-.12-1.806-.12v.5c.65 0 1.207.02 1.717.112l.09-.492z"
fill="#000"
/>
</g>
</svg>
</div>
);
}
<g id="ParticleGarbage" transform="rotate(-90) translate(-21 0)">
<path
d="M2.018 9.162c-1.77 3.165-2.289 6.476.004 9.284 1.596 1.956 3.35 2.761 5.873 2.698l5.096.004c2.677.22 4.633-.616 6.325-2.701 2.284-2.816 1.794-6.134 0-9.285-1.948-3.422-7.591-4.098-7.89-5.504 0-1.272.842-1.772 1.262-2.517H8.375c.42.745 1.26 1.245 1.26 2.517-.297 1.406-6.011 2.634-7.617 5.504z"
fill={colour}
/>
<path
d="M7.895 21.144c-2.523.063-4.277-.742-5.873-2.697-2.293-2.81-1.775-6.12-.004-9.285 1.606-2.87 7.32-4.098 7.618-5.504 0-1.272-.841-1.772-1.261-2.517h4.313c-.42.745-1.261 1.245-1.261 2.517.298 1.406 5.941 2.082 7.889 5.504 1.794 3.15 2.284 6.469 0 9.284-1.692 2.086-3.648 2.922-6.325 2.702m-5.096-.004L6.61 16.52m1.286 4.624l5.096.004m0 0c.434-1.265.992-3.219 1.513-4.628M9.99 5.858l-2.094 1.63m3.044-1.63l2.442 2.315m-3.021-1.01L8.718 10.26"
stroke="#000"
stroke-width=".5"
/>
</g>
</svg>
</div>
);
};
4 changes: 2 additions & 2 deletions components/LifePlastic/Plastic/ParticleHDPE.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const ParticleHDPE = ({
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<g id="HDPE1">
<g id="HDPE1" transform="rotate(-90) translate(-21 0)">
<path
fill-rule="evenodd"
clip-rule="evenodd"
Expand Down Expand Up @@ -78,7 +78,7 @@ export const ParticleHDPE = ({
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<g id="HDPE2">
<g id="HDPE2" transform="rotate(-90) translate(-21 0)">
<path
fill-rule="evenodd"
clip-rule="evenodd"
Expand Down
4 changes: 2 additions & 2 deletions components/LifePlastic/Plastic/ParticleLDPE.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const ParticleLDPE = ({
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<g id="LDPE1">
<g id="LDPE1" transform="rotate(-90) translate(-21 0)">
<path
d="M16.825 20.348h-12.9v-1.583c0-.367.057-1.224.301-1.712.306-.61.361-1.11.361-1.748V5.39c0-.638-.055-1.137-.36-1.748-.245-.488-.303-1.344-.301-1.711V.348h12.899V1.93c.001.367-.057 1.223-.3 1.711-.306.61-.361 1.11-.361 1.748v9.915c0 .638.055 1.138.36 1.748.244.488.302 1.345.3 1.712v1.583z"
fill={colour}
Expand Down Expand Up @@ -77,7 +77,7 @@ export const ParticleLDPE = ({
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<g id="LDPE2">
<g id="LDPE2" transform="rotate(-90) translate(-21 0)">
<path
d="M4.284 20.348c-.546-1.688-1.39-6.134-.397-10.422A590.833 590.833 0 006.021.348H8.16c.42.745 1.261 2.554 1.261 3.825v3.128h1.791V4.173c0-1.271.841-3.08 1.262-3.825h2.256c.298 1.406 1.141 5.29 2.134 9.578.992 4.288.149 8.734-.397 10.422H4.284z"
fill={colour}
Expand Down
4 changes: 2 additions & 2 deletions components/LifePlastic/Plastic/ParticleMIXED.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const ParticleMIXED = ({
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<g id="HDPE1">
<g id="HDPE1" transform="rotate(-90) translate(-21 0)">
<path
fill-rule="evenodd"
clip-rule="evenodd"
Expand Down Expand Up @@ -78,7 +78,7 @@ export const ParticleMIXED = ({
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<g id="HDPE2">
<g id="HDPE2" transform="rotate(-90) translate(-21 0)">
<path
fill-rule="evenodd"
clip-rule="evenodd"
Expand Down
7 changes: 5 additions & 2 deletions components/LifePlastic/Plastic/ParticleOTHER.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const ParticleOTHER = ({
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<g id="OTHER1">
<g id="OTHER1" transform="rotate(-90) translate(-21 0)">
<path
fill-rule="evenodd"
clip-rule="evenodd"
Expand All @@ -55,6 +55,8 @@ export const ParticleOTHER = ({
<path
d="M7.494 5.651l.12.22-.12-.22zm1.654-2.914l.247-.036-.032-.214h-.216v.25zM6.964 5.94l-.119-.22.119.22zM4.868 7.884v.25h.25v-.25h-.25zm-.007 0v-.25l-.001.5.001-.25zm.007 0v.25-.5.25zm-.005 1.43h.25v-.248l-.248-.003-.002.25zm-.002 5.383h-.25v.249l.249.001.001-.25zm.007 0v.25-.5.25zm-.005 1.43h.25v-.248l-.248-.002-.002.25zm.005 3.067h.25-.25zm11.012 0h-.25.25zm.001-3.067v-.25h-.25v.25h.25zm-.001-1.43h-.25v.25h.25v-.25zm.001-5.383v-.25h-.25v.25h.25zm-.001-1.43h-.25v.25h.25v-.25zM13.784 5.94l.118-.22-.118.22zm-.53-.288l.12-.219-.12.22zM11.6 2.738v-.25h-.216l-.031.213.247.037zm.352 0v.25h.25v-.25h-.25zm0-2.39h.25v-.25h-.25v.25zm-3.182 0v-.25h-.25v.25h.25zm0 2.39h-.25v.25h.25v-.25zM4.868 7.884v-.25h-.25v.25h.25zm2.745-2.013c1.03-.563 1.482-1.35 1.67-2.002a3.241 3.241 0 00.122-1.067 1.783 1.783 0 00-.01-.097v-.003l-.247.035-.248.037c0-.001 0-.001 0 0a.56.56 0 01.006.063 2.74 2.74 0 01-.103.893c-.156.542-.532 1.212-1.43 1.702l.24.439zm-.53.287c.165-.089.342-.184.53-.287l-.24-.44-.528.288.238.44zM5.118 7.884c0-.173.03-.305.086-.42.058-.117.151-.231.3-.357.308-.26.804-.53 1.579-.949l-.238-.44c-.753.407-1.306.704-1.664 1.007a1.626 1.626 0 00-.425.517 1.414 1.414 0 00-.138.642h.5zm-.257.25h.007v-.5H4.86v.5zm.008-.5h-.007l-.002.5h.006l.003-.5zm-.451.978c0-.262.213-.478.45-.478v-.5c-.538 0-.95.466-.95.978h.5zm.447.451a.451.451 0 01-.447-.45h-.5c0 .522.421.946.942.95l.005-.5zm.246 5.634l.002-5.383h-.5l-.002 5.383h.5zm-.242-.25h-.007l-.002.5h.006l.003-.5zm-.451.979c0-.263.213-.479.45-.479v-.5c-.538 0-.95.467-.95.979h.5zm.447.45a.451.451 0 01-.447-.45h-.5c0 .522.421.946.942.95l.005-.5zm.253 3.318l-.005-3.068-.5.001.005 3.068.5-.001zm.903.904a.904.904 0 01-.903-.904h-.5c0 .775.628 1.404 1.403 1.404v-.5zm8.705 0H6.021v.5h8.705v-.5zm.904-.904a.904.904 0 01-.904.904v.5c.775 0 1.404-.629 1.404-1.404h-.5zm.001-3.067l-.001 3.067h.5l.001-3.067h-.5zm.701-.701c0 .249-.202.45-.45.45v.5a.951.951 0 00.95-.95h-.5zm-.452-.479c.237 0 .452.218.452.479h.5c0-.514-.415-.979-.952-.979v.5zm-.249-5.633l-.001 5.383h.5l.001-5.383h-.5zm.701-.701c0 .249-.202.45-.45.45v.5a.951.951 0 00.95-.95h-.5zm-.452-.479c.237 0 .452.218.452.479h.5c0-.514-.415-.979-.952-.979v.5zM13.665 6.16c.775.418 1.27.687 1.578.948.15.126.242.24.3.357a.917.917 0 01.087.42h.5c0-.234-.041-.445-.139-.642a1.626 1.626 0 00-.425-.517c-.358-.302-.91-.6-1.664-1.006l-.237.44zm-.53-.288l.53.288.238-.44-.53-.287-.239.439zM11.6 2.738l-.247-.037v.004l-.002.006a2.652 2.652 0 00-.014.34c.005.208.033.495.127.818.188.652.64 1.44 1.67 2.002l.24-.439c-.898-.49-1.273-1.16-1.43-1.701a2.738 2.738 0 01-.103-.894 1.245 1.245 0 01.006-.062v-.002l-.247-.035zm.352-.25H11.6v.5h.352v-.5zm-.25-2.14v2.39h.5V.348h-.5zM8.77.598h3.182v-.5H8.77v.5zm.25 2.14V.348h-.5v2.39h.5zm.127-.25H8.77v.5h.378v-.5zm4.874 7.282c-.66 0-1.196.535-1.196 1.196h.5c0-.384.312-.696.696-.696v-.5zm1.197 1.196c0-.66-.536-1.196-1.197-1.196v.5c.385 0 .697.312.697.696h.5zm0 2.14v-2.14h-.5v2.14h.5zm-1.197 1.197c.661 0 1.197-.536 1.197-1.197h-.5a.697.697 0 01-.697.697v.5zm-1.196-1.197c0 .661.535 1.197 1.196 1.197v-.5a.697.697 0 01-.696-.697h-.5zm0-2.14v2.14h.5v-2.14h-.5zM4.618 7.884h.5-.5zm11.262 6.563H4.86v.5H15.88v-.5zm.001 1.43H4.863v.5H15.88v-.5zm-.001-8.243H4.868v.5H15.88v-.5zm.001 1.43H4.863v.5H15.88v-.5zM9.148 2.987H11.6v-.5H9.148v.5z"
fill={colour}
stroke-width=".5"
stroke="black"
/>
</g>
</svg>
Expand All @@ -78,7 +80,7 @@ export const ParticleOTHER = ({
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<g id="OTHER2">
<g id="OTHER2" transform="rotate(-90) translate(-21 0)">
<path
d="M6.514 1.12a10.022 10.022 0 00-5.27 5.144 9.965 9.965 0 00-.869 4.084 9.967 9.967 0 003.03 7.171 9.973 9.973 0 006.97 2.829 9.964 9.964 0 007.147-3.006 9.968 9.968 0 002.853-6.995 9.968 9.968 0 00-2.853-6.994A9.97 9.97 0 0010.375.347a9.97 9.97 0 00-3.86.773z"
fill={colour}
Expand All @@ -87,6 +89,7 @@ export const ParticleOTHER = ({
d="M18.308 10.348h2.067m-10 7.933v2.067m-7.933-10H.375m10-7.933V.348m10 10c0 1.404-.29 2.742-.813 3.955m.813-3.955c0-1.405-.29-2.742-.813-3.955m-9.187 13.955a9.973 9.973 0 01-3.722-.716m3.722.716a9.964 9.964 0 004.153-.9m-14.153-9.1c0-1.455.31-2.837.869-4.084m-.869 4.084c0 1.404.29 2.742.813 3.955M10.375.348a9.97 9.97 0 00-3.86.772m3.86-.772a9.97 9.97 0 013.86.772m1.825 3.695l1.462-1.462m0 0c.854.873 1.55 1.902 2.04 3.04m-2.04-3.04a10.018 10.018 0 00-3.286-2.233M4.867 4.638L3.406 3.176m0 0A10.013 10.013 0 016.514 1.12M3.406 3.176a10.022 10.022 0 00-2.162 3.088m3.623 9.794l-1.461 1.461m0 0c-.936-.91-1.694-2-2.218-3.216m2.218 3.216a10.01 10.01 0 003.247 2.113m9.407-3.751l1.462 1.461m0 0a10.026 10.026 0 01-2.994 2.105m2.994-2.105a10.017 10.017 0 002.04-3.04M7.375 3.003c-.005-.158-.576-1.32-.86-1.882M3.09 7.202l-1.846-.938m1.846 7.23l-1.902.809m6.187 3.391l-.722 1.938m6.95-2.035l.925 1.85m3.216-6.154l1.818 1.01m-1.902-7.1l1.902-.81M13.375 3l.86-1.88m.974 9.226a4.834 4.834 0 11-9.667 0 4.834 4.834 0 019.667 0zm0 .001a2.83 2.83 0 01-2.41-4.2 2.83 2.83 0 01-4.849 0 2.83 2.83 0 01-2.428 4.2 2.83 2.83 0 012.437 4.186 2.83 2.83 0 014.832-.001 2.83 2.83 0 01.036-2.77 2.83 2.83 0 012.382-1.415zm-2.277 0a2.557 2.557 0 11-5.113 0 2.557 2.557 0 015.113 0z"
fill={colour}
stroke-width=".5"
stroke="black"
/>
</g>
</svg>
Expand Down
Loading

0 comments on commit 2ce73d3

Please sign in to comment.