@icongo/cg
Version:
css.gg Icons
27 lines • 869 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 CGEditFade = 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", {
stroke: "currentColor",
strokeOpacity: 0.3,
strokeWidth: 4,
d: "M8 12c0-1.48.804-2.773 2-3.465v6.93A3.998 3.998 0 0 1 8 12Z"
}), /*#__PURE__*/_jsx("path", {
stroke: "currentColor",
strokeOpacity: 0.6,
strokeWidth: 4,
d: "M14 15.465v-6.93c1.196.692 2 1.984 2 3.465 0 1.48-.804 2.773-2 3.465Z"
}), /*#__PURE__*/_jsx("path", {
stroke: "currentColor",
strokeWidth: 2,
d: "M3 12a9 9 0 1 1 18 0 9 9 0 0 1-18 0Z"
})]
}));
export { CGEditFade };