@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 773 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphCone = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-cone",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M16.287 13.025h-2.013l-.528-2h-9.57l-.528 2H1.692c-.37 0-.671.271-.671.609v.684c0 .337.301.609.671.609h14.596c.37 0 .671-.272.671-.609v-.684c-.001-.337-.302-.609-.672-.609Zm-5.08-11.994h-4.41l-.759 2.921h5.931l-.762-2.921Zm1.139 4.973H5.658l-.637 2.951h7.963l-.638-2.951Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphCone };