@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.67 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphBiscuit = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphBiscuit = function GYSiGlyphBiscuit(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-biscuit",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M14.8 6.826a.862.862 0 0 0-.217-.307l-.024-.009a1.127 1.127 0 0 0-.418-.239L9.352 4.126c.379-.436.617-.997.617-1.619a2.476 2.476 0 1 0-4.954 0c0 .633.244 1.204.635 1.642L.863 6.312c-.642.202-.984.936-.762 1.637l.025.08c.222.701.922 1.105 1.564.902l1.982-.964c.491-.045.898-.032 1.015.079.312.295-1.819 4.369-2.424 5.561-.438.859-.235 1.84.452 2.188l.075.039c.688.349 1.558-.088 2.036-.925.344-.603 1.518-3.582 2.576-3.582 1.058-.001 2.476 2.977 2.782 3.582.438.859 1.349 1.273 2.036.925l.076-.039c.688-.349.891-1.329.451-2.188-.385-.761-2.835-5.06-2.626-5.561.068-.164.575-.126 1.24-.021l1.948.865c.643.203 1.342-.201 1.564-.902l.025-.08a1.353 1.353 0 0 0-.098-1.082Zm-6.739-.847v1.052H6.907V5.979h1.154Zm.001 4.083H6.906V8.906h1.156v1.156Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphBiscuit = GYSiGlyphBiscuit;