UNPKG

@icongo/cg

Version:
28 lines 645 B
import _extends from "@babel/runtime/helpers/extends"; import { jsx as _jsx } from "react/jsx-runtime"; import { jsxs as _jsxs } from "react/jsx-runtime"; var CGLoadbarAlt = 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("rect", { width: 18, height: 4, x: 3, y: 10, fill: "currentColor", opacity: 0.3, rx: 2 }), /*#__PURE__*/_jsx("rect", { width: 10, height: 4, x: 7, y: 10, fill: "currentColor", rx: 2 })] })); export { CGLoadbarAlt };