@icongo/cg
Version:
css.gg Icons
20 lines • 622 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var CGMagnet = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
viewBox: "0 0 24 24"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
fill: "currentColor",
fillOpacity: 0.5,
d: "M8 2.5H4v3h4v-3Zm12 0h-4v3h4v-3Z"
}), /*#__PURE__*/_jsx("path", {
fill: "currentColor",
d: "M8 7.5H4v6a8 8 0 1 0 16 0v-6h-4v6a4 4 0 0 1-8 0v-6Z"
})]
}));
export { CGMagnet };