@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 981 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ChartSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.ChartSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 4.143c.473 0 .857.384.857.857v6.667a.857.857 0 1 1-1.714 0V5c0-.473.384-.857.857-.857M9.333 5.476c.474 0 .857.384.857.857v5.334a.857.857 0 1 1-1.714 0V6.333c0-.473.384-.857.857-.857M6.667 6.81c.473 0 .857.384.857.858v4a.857.857 0 1 1-1.714 0v-4c0-.474.383-.858.857-.858M4 8.143c.473 0 .857.384.857.857v2.667a.857.857 0 1 1-1.714 0V9c0-.473.384-.857.857-.857", clipRule: "evenodd" }))); });
exports.ChartSIcon.displayName = 'ChartSIcon';