UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 1.62 kB
"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({ 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("g", { clipPath: "url(#TemplatesSIcon__a)" }, react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12.039.25a.75.75 0 0 1 .67.415l2.962 5.923a.75.75 0 0 1-.67 1.085H9.076a.75.75 0 0 1-.67-1.085l2.96-5.923A.75.75 0 0 1 12.04.25M10.29 6.173h3.496l-1.748-3.496zM.25 1.538A.75.75 0 0 1 1 .788h5.384a.75.75 0 0 1 .75.75v5.385a.75.75 0 0 1-.75.75H1a.75.75 0 0 1-.75-.75zm1.5.75v3.885h3.884V2.288zm-.493 7.586a3.442 3.442 0 1 1 4.868 4.868 3.442 3.442 0 0 1-4.868-4.868m2.434.491a1.942 1.942 0 1 0 0 3.885 1.942 1.942 0 0 0 0-3.885m4.904-.75a.75.75 0 0 1 .75-.75h5.385a.75.75 0 0 1 0 1.5H9.346a.75.75 0 0 1-.75-.75m0 2.693a.75.75 0 0 1 .75-.75h5.385a.75.75 0 0 1 0 1.5H9.346a.75.75 0 0 1-.75-.75m0 2.692a.75.75 0 0 1 .75-.75h5.385a.75.75 0 0 1 0 1.5H9.346a.75.75 0 0 1-.75-.75", clipRule: "evenodd" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "TemplatesSIcon__a" }, react_1.default.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); }); exports.TemplatesSIcon.displayName = 'TemplatesSIcon';