@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.34 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphEasal = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphEasal = function GYSiGlyphEasal(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-easal",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M12.957 11.062V3.107H9.98v-1h-.995V1c0-.553-.445-1-.996-1-.55 0-.905.447-.905 1v1.107h-.995v1H3.023v7.955H1.085v.875l3.064.062-.985 2.709c-.185.52-.002 1.047.516 1.232.519.186.957-.15 1.143-.67l1.115-3.271h1.147v3c0 .553.355 1 .905 1a.997.997 0 0 0 .996-1v-3h1.089l1.064 3.334c.185.52.646.793 1.162.607.519-.186.702-.691.518-1.213l-.956-2.729 3.033-.062v-.874h-1.939ZM3.95 3.979h2.073v.938h3.894v-.938h2.132v7.084H3.95V3.979Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphEasal = GYSiGlyphEasal;