@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.15 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var TemplatesMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M17.192 2.25a.75.75 0 0 1 .671.415l3.808 7.615a.75.75 0 0 1-.67 1.085h-7.616a.75.75 0 0 1-.671-1.085l3.808-7.615a.75.75 0 0 1 .67-.415m-2.594 7.615h5.189l-2.595-5.188zM2.25 3.692a.75.75 0 0 1 .75-.75h6.923a.75.75 0 0 1 .75.75v6.923a.75.75 0 0 1-.75.75H3a.75.75 0 0 1-.75-.75zm1.5.75v5.423h5.423V4.442zM3.484 14.56a4.212 4.212 0 1 1 5.956 5.957 4.212 4.212 0 0 1-5.956-5.957m2.978.267a2.712 2.712 0 1 0 0 5.423 2.712 2.712 0 0 0 0-5.423m6.519-.75a.75.75 0 0 1 .75-.75h6.923a.75.75 0 1 1 0 1.5H13.73a.75.75 0 0 1-.75-.75m0 3.461a.75.75 0 0 1 .75-.75h6.923a.75.75 0 1 1 0 1.5H13.73a.75.75 0 0 1-.75-.75m0 3.462a.75.75 0 0 1 .75-.75h6.923a.75.75 0 1 1 0 1.5H13.73a.75.75 0 0 1-.75-.75", clipRule: "evenodd" }))); });
TemplatesMIcon.displayName = 'TemplatesMIcon';