@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.15 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphPipe = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphPipe = function GYSiGlyphPipe(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-pipe",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M11.274 4.644C9.75 6.47 8.318 7.874 6.03 8.494l-.729-2.08c-.43-1.237-5.646.584-5.213 1.821l1.133 3.242c.432 1.236 2.059 1.814 3.543 1.376 1.175-.347 4.087-1.353 7.528-6.349 1.125-1.635 2.566-2.66 3.698-3.006l-.515-1.473s-2.278.316-4.2 2.62Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphPipe = GYSiGlyphPipe;