@icongo/cg
Version:
css.gg Icons
30 lines (29 loc) • 1.22 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.CGFormatSeparator = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var CGFormatSeparator = function CGFormatSeparator(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",
d: "M16 5a1 1 0 1 0 0-2H8a1 1 0 1 0 0 2h8Zm0 2a1 1 0 1 1 0 2H8a1 1 0 1 1 0-2h8Zm1 5a1 1 0 0 1-1 1H8a1 1 0 1 1 0-2h8a1 1 0 0 1 1 1Zm-1 9a1 1 0 1 0 0-2H8a1 1 0 1 0 0 2h8Z",
opacity: 0.5
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "currentColor",
fillRule: "evenodd",
d: "M21 16a1 1 0 0 1-1 1H4a1 1 0 1 1 0-2h16a1 1 0 0 1 1 1Z",
clipRule: "evenodd"
})]
}));
};
exports.CGFormatSeparator = CGFormatSeparator;