@icongo/gy
Version:
Glyph Iconset Icons
26 lines • 1.12 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var GYSiGlyphDropbox = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-dropbox",
viewBox: "0 0 16 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M7.98 1.41 2.615 4.36.042 2.695 4.627.015 7.98 1.41Zm7.999 1.285L12 0 9.016 1.388l4.944 3.139 2.019-1.832ZM6.13 12.667 2 10.184v2.455L7.953 16v-5.675L6.13 12.667Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "M2.589 5.333 1 7.723l5.115 2.96 1.838-2.451-5.364-2.899ZM9 10.065V16l5.979-3.167v-2.472l-4.134 2.047L9 10.065Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "m9.021 8.22 1.864 2.45 5.094-2.726-1.515-2.624-5.443 2.9Z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphDropbox };