@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 917 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphRecord = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-record",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M12.98 5.004c-2.193 0-3.976 1.793-3.976 3.996 0 .732.211 1.409.555 2H8.354a3.942 3.942 0 0 0 .572-2.026c0-2.19-1.776-3.973-3.958-3.973-2.182 0-3.957 1.782-3.957 3.973s1.775 3.973 3.957 3.973c.011 0 .031.053.031.053h8a4.001 4.001 0 0 0 3.958-4c0-2.203-1.784-3.996-3.977-3.996ZM5 11c-1.104 0-2-.897-2-2s.896-2 2-2c1.103 0 2 .897 2 2s-.897 2-2 2Zm8 0c-1.103 0-2-.897-2-1.999C11 7.898 11.898 7 13 7a2 2 0 0 1 0 4Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphRecord };