@ozen-ui/icons
Version:
A collection of icons
13 lines (12 loc) • 3.09 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.TemplatesSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.TemplatesSIcon = (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("g", { clipPath: "url(#clip0_135_29884)" },
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.0386 0.25C12.3227 0.25 12.5824 0.410502 12.7095 0.66459L15.671 6.58768C15.7873 6.82017 15.7748 7.09628 15.6382 7.31739C15.5015 7.5385 15.2601 7.67309 15.0002 7.67309H9.0771C8.81717 7.67309 8.57577 7.5385 8.43911 7.31739C8.30246 7.09628 8.29004 6.82017 8.40628 6.58768L11.3678 0.66459C11.4949 0.410502 11.7546 0.25 12.0386 0.25ZM10.2906 6.17309H13.7867L12.0386 2.67705L10.2906 6.17309ZM0.250061 1.53845C0.250061 1.12423 0.585847 0.788446 1.00006 0.788446H6.38469C6.7989 0.788446 7.13469 1.12423 7.13469 1.53845V6.92307C7.13469 7.33729 6.7989 7.67307 6.38469 7.67307H1.00006C0.585847 7.67307 0.250061 7.33729 0.250061 6.92307V1.53845ZM1.75006 2.28845V6.17307H5.63469V2.28845H1.75006ZM1.25829 9.8736C1.90385 9.22804 2.77942 8.86537 3.69238 8.86537C4.60533 8.86537 5.4809 9.22804 6.12646 9.8736C6.77202 10.5192 7.13469 11.3947 7.13469 12.3077C7.13469 13.2206 6.77202 14.0962 6.12646 14.7418C5.4809 15.3873 4.60533 15.75 3.69238 15.75C2.77942 15.75 1.90385 15.3873 1.25829 14.7418C0.612732 14.0962 0.250061 13.2206 0.250061 12.3077C0.250061 11.3947 0.612732 10.5192 1.25829 9.8736ZM3.69238 10.3654C3.17724 10.3654 2.68321 10.57 2.31895 10.9343C1.9547 11.2985 1.75006 11.7926 1.75006 12.3077C1.75006 12.8228 1.9547 13.3169 2.31895 13.6811C2.68321 14.0454 3.17724 14.25 3.69238 14.25C4.20751 14.25 4.70154 14.0454 5.0658 13.6811C5.43005 13.3169 5.63469 12.8228 5.63469 12.3077C5.63469 11.7926 5.43005 11.2985 5.0658 10.9343C4.70154 10.57 4.20751 10.3654 3.69238 10.3654ZM8.59627 9.61537C8.59627 9.20116 8.93205 8.86537 9.34627 8.86537H14.7309C15.1451 8.86537 15.4809 9.20116 15.4809 9.61537C15.4809 10.0296 15.1451 10.3654 14.7309 10.3654H9.34627C8.93205 10.3654 8.59627 10.0296 8.59627 9.61537ZM8.59627 12.3077C8.59627 11.8935 8.93205 11.5577 9.34627 11.5577H14.7309C15.1451 11.5577 15.4809 11.8935 15.4809 12.3077C15.4809 12.7219 15.1451 13.0577 14.7309 13.0577H9.34627C8.93205 13.0577 8.59627 12.7219 8.59627 12.3077ZM8.59627 15.0001C8.59627 14.5859 8.93205 14.2501 9.34627 14.2501H14.7309C15.1451 14.2501 15.4809 14.5859 15.4809 15.0001C15.4809 15.4143 15.1451 15.7501 14.7309 15.7501H9.34627C8.93205 15.7501 8.59627 15.4143 8.59627 15.0001Z", fill: "currentColor" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "clip0_135_29884" },
react_1.default.createElement("rect", { width: "16", height: "16", fill: "currentColor" }))))); });
exports.TemplatesSIcon.displayName = 'TemplatesSIcon';