@icongo/cg
Version:
css.gg Icons
24 lines • 759 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 CGAlignTop = 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,
fillRule: "evenodd",
d: "m13.035 7.988.002 6 4-.002-.002-6-4 .002Z",
clipRule: "evenodd"
}), /*#__PURE__*/_jsx("path", {
fill: "currentColor",
fillRule: "evenodd",
d: "M18 4.012 6 4.018v2l12-.006v-2Zm-6.963 15.974-.005-12-4 .002.005 12 4-.002Z",
clipRule: "evenodd"
})]
}));
export { CGAlignTop };