@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 873 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphYen = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-yen",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M14.722 1.625A.982.982 0 0 0 14.943.9a.983.983 0 0 0-.356-.669.995.995 0 0 0-1.396.137L7.962 6.064 2.772.37a.994.994 0 0 0-1.757.527.986.986 0 0 0 .219.724l5.798 6.4v1.994H4.03c-.564 0-1.018.463-1.018 1.036 0 .571.455.933 1.018.933h3.002v3c0 .555.42.99.956.99a.99.99 0 0 0 .987-.99v-3h2.973c.563 0 1.019-.361 1.019-.933 0-.573-.455-1.036-1.019-1.036H8.975V7.956l5.747-6.331Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphYen };