@icongo/gy
Version:
Glyph Iconset Icons
34 lines (33 loc) • 2.16 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphFinder = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphFinder = function GYSiGlyphFinder(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-finder",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m8.198 1-.126.312c-1.32 3.25-1.764 4.497-1.912 6.143L6.111 8h2.988a.46.46 0 0 1 .444.583c-.256.949-.652 1.614-.759 3.286-.023.382-.03.762-.02 1.136.033 1.021.215.983.658 1.714l.146.24H16V1H8.198Zm1.952 13c-.267-.576-.378-.287-.385-1.163 1.971-.428 2.629-1.334 3.274-2.044a.562.562 0 0 0-.032-.79.546.546 0 0 0-.778.03c-.442.485-.773 1.23-2.417 1.638.106-1.262.369-1.618.696-2.825a1.466 1.466 0 0 0-.249-1.271 1.469 1.469 0 0 0-1.16-.574H7.21c.18-1.635.615-2.3 1.664-5H15V14h-4.85Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M6.321 12.028c-.008.306.001.613.023.921.352.023.709.041 1.075.041.453 0 .902-.025 1.344-.064a7.469 7.469 0 0 1 .022-.932c-.446.045-.9.077-1.365.077-.375 0-.741-.015-1.099-.043ZM11 4h.988v.938H11z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M2.167 10.836a.566.566 0 0 1-.052-.791.547.547 0 0 1 .779-.053c.893.792 1.603 1.697 3.719 1.919.023-1.45.215-1.831.428-2.827H5.083a1 1 0 0 1-1-1c0-.183.027-2.203 1.864-7.084H0v14h7.021c-.297-.889-.336-.967-.388-1.965-2.437-.228-3.43-1.279-4.466-2.199ZM2 4h1v1H2V4Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphFinder = GYSiGlyphFinder;