@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 1.1 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphFloat = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-float",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M9 .062c-4.398 0-7.979 3.576-7.979 7.969 0 4.395 3.581 7.97 7.979 7.97 4.4 0 7.979-3.575 7.979-7.97C16.979 3.638 13.4.062 9 .062ZM15.947 7h-2.133a4.958 4.958 0 0 0-4.229-3.896h.413v-2.05A7.03 7.03 0 0 1 15.947 7ZM4.994 8.021a3.972 3.972 0 0 1 3.965-3.979 3.972 3.972 0 0 1 3.965 3.979A3.972 3.972 0 0 1 8.959 12a3.972 3.972 0 0 1-3.965-3.979ZM8 1.055v2.05h.332a4.958 4.958 0 0 0-4.229 3.896H2.054A7.028 7.028 0 0 1 8 1.055ZM2.053 8.979h2.042A4.969 4.969 0 0 0 8 12.902v2.045a7.028 7.028 0 0 1-5.947-5.968Zm7.946 5.968v-2.055h-.021a4.973 4.973 0 0 0 3.845-3.913h2.126a7.029 7.029 0 0 1-5.95 5.968Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphFloat };