@icongo/cg
Version:
css.gg Icons
24 lines • 770 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 CGAlignRight = 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: "m16 13.004-6-.013-.01 4 6 .013.01-4Z",
clipRule: "evenodd"
}), /*#__PURE__*/_jsx("path", {
fill: "currentColor",
fillRule: "evenodd",
d: "m19.978 18.002.026-12-2-.004-.026 12 2 .004ZM3.996 10.985l12 .026.009-4-12-.026-.009 4Z",
clipRule: "evenodd"
})]
}));
export { CGAlignRight };