@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 845 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.KronaSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.KronaSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("path", { d: "M0.75 2.25V9.01471M0.75 13.75V9.01471M0.75 9.01471L3.32778 6.64706M7.5 2.25L3.32778 6.64706M3.32778 6.64706L8.23651 13.75M10.831 4.95588V7.66177M10.831 13.75V7.66177M10.831 7.66177C12.35 6.08333 13.8 5.63235 15.25 5.63235", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" }))); });
exports.KronaSIcon.displayName = 'KronaSIcon';