@icongo/cg
Version:
css.gg Icons
21 lines • 807 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 CGFormatColor = 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",
fillRule: "evenodd",
d: "M12.948 3.21A1 1 0 0 0 12 2.632a1 1 0 0 0-.948.576l-5.917 12.69a1 1 0 1 0 1.813.845l1.45-3.111h7.203l1.451 3.111a1 1 0 0 0 1.813-.845L12.948 3.209Zm1.72 8.422L12 5.909l-2.669 5.723h5.338Z",
clipRule: "evenodd"
}), /*#__PURE__*/_jsx("path", {
fill: "currentColor",
d: "M6 19.368a1 1 0 0 0 0 2h12a1 1 0 1 0 0-2H6Z"
})]
}));
export { CGFormatColor };