@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 1.25 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 GYSiGlyphTextSearch = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-text-search",
viewBox: "0 0 16 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M0 0h13.931v.983H0zm0 2h13.931v.942H0zm0 12h10.958v.951H0zm8.49-9.946C6.01 4.054 4 6.047 4 8.506c0 2.459 2.01 4.452 4.49 4.452 2.48 0 4.489-1.993 4.489-4.452 0-2.459-2.008-4.452-4.489-4.452Zm0 7.964a3.54 3.54 0 1 1 0-7.08 3.54 3.54 0 1 1 0 7.08Zm7.448 2.593-1.361 1.361-2.996-2.996s.57-.073.931-.434c.361-.362.431-.928.431-.928l2.995 2.997Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "M8.677 6.43c.526 0 .329-.4-.403-.4a2.267 2.267 0 0 0-2.279 2.256c0 .725.404.921.404.4C6.398 7.44 7.418 6.43 8.677 6.43ZM0 4h3.973v.962H0zm0 2h3v.973H0zm0 2h2.98v.993H0zm0 2h3.02v.973H0zm0 2h4v.931H0z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphTextSearch };