@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 1.01 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphCubic = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-cubic",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M17 13.316a.667.667 0 0 1-.667.667l-6.667 2A.666.666 0 0 1 9 15.316V8.65c0-.369.298-.667.666-.667l6.667-2c.368 0 .667.298.667.667v6.666Zm-9.021 2c0 .369-.283.667-.635.667l-5.711-2c-.35 0-.633-.298-.633-.667V6.65c0-.369.283-.667.633-.667l5.711 2c.352 0 .635.298.635.667v6.666ZM17 4.014c0 .318-.666.538-.666.538L9.666 6.741s-.564.22-1.006.22c-.441 0-.977-.232-.977-.232l-5.996-2.15s-.688-.215-.688-.564.688-.586.688-.586l5.998-2.15s.621-.232.994-.232c.372 0 .99.222.99.222l6.662 2.188c.001-.002.669.238.669.557Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphCubic };