@icongo/cg
Version:
css.gg Icons
32 lines (31 loc) • 1.16 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.CGAlignRight = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var CGAlignRight = function CGAlignRight(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
viewBox: "0 0 24 24"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "currentColor",
fillOpacity: 0.5,
fillRule: "evenodd",
d: "m16 13.004-6-.013-.01 4 6 .013.01-4Z",
clipRule: "evenodd"
}), /*#__PURE__*/(0, _jsxRuntime.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"
})]
}));
};
exports.CGAlignRight = CGAlignRight;