@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 1.19 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var GYSiGlyphDocumentSearch = props => /*#__PURE__*/_jsx("svg", _extends({
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__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_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__*/_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"
})]
})
}));
export { GYSiGlyphDocumentSearch };