UNPKG

@icongo/gy

Version:
31 lines (30 loc) 1.62 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.GYSiGlyphDocumentSearch = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var GYSiGlyphDocumentSearch = function GYSiGlyphDocumentSearch(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-document-search", viewBox: "0 0 16 16" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#434343", fillRule: "evenodd", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M10.031.031v3.938h3.871L10.031.031Zm-3.539 8.99a2.478 2.478 0 0 0-2.049 3.867l-2.385 2.385.707.707 2.398-2.398c.385.246.838.394 1.328.394a2.479 2.479 0 0 0 2.477-2.477 2.479 2.479 0 0 0-2.476-2.478Zm.024 4.078a1.58 1.58 0 0 1-1.578-1.578c0-.87.708-1.578 1.578-1.578a1.58 1.58 0 0 1 1.578 1.578 1.58 1.58 0 0 1-1.578 1.578Z", className: "prefix__si-glyph-fill" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M9 5V0H2.042v13.876l1.059-1.059a3.602 3.602 0 0 1-.256-1.316 3.625 3.625 0 1 1 3.625 3.625c-.428 0-.832-.088-1.213-.223L4.222 16H14V5H9Z", className: "prefix__si-glyph-fill" })] }) })); }; exports.GYSiGlyphDocumentSearch = GYSiGlyphDocumentSearch;