@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 2.54 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var TemplatesMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.1924 2.24994C17.4765 2.24994 17.7362 2.41044 17.8632 2.66453L21.6709 10.2799C21.7871 10.5124 21.7747 10.7885 21.6381 11.0096C21.5014 11.2308 21.26 11.3653 21.0001 11.3653H13.3847C13.1247 11.3653 12.8833 11.2308 12.7467 11.0096C12.61 10.7885 12.5976 10.5124 12.7139 10.2799L16.5216 2.66453C16.6486 2.41044 16.9083 2.24994 17.1924 2.24994ZM14.5982 9.86535H19.7866L17.1924 4.67699L14.5982 9.86535ZM2.25 3.69223C2.25 3.27801 2.58579 2.94223 3 2.94223H9.9231C10.3373 2.94223 10.6731 3.27801 10.6731 3.69223V10.6153C10.6731 11.0295 10.3373 11.3653 9.9231 11.3653H3C2.58579 11.3653 2.25 11.0295 2.25 10.6153V3.69223ZM3.75 4.44223V9.86532H9.1731V4.44223H3.75ZM3.48353 14.5604C4.27335 13.7706 5.34458 13.3269 6.46155 13.3269C7.57852 13.3269 8.64974 13.7706 9.43956 14.5604C10.2294 15.3503 10.6731 16.4215 10.6731 17.5385C10.6731 18.6554 10.2294 19.7266 9.43956 20.5165C8.64974 21.3063 7.57852 21.75 6.46155 21.75C5.34458 21.75 4.27335 21.3063 3.48353 20.5165C2.69372 19.7266 2.25 18.6554 2.25 17.5385C2.25 16.4215 2.69372 15.3503 3.48353 14.5604ZM6.46155 14.8269C5.7424 14.8269 5.05271 15.1126 4.54419 15.6211C4.03568 16.1296 3.75 16.8193 3.75 17.5385C3.75 18.2576 4.03568 18.9473 4.54419 19.4558C5.05271 19.9643 5.7424 20.25 6.46155 20.25C7.1807 20.25 7.87039 19.9643 8.3789 19.4558C8.88742 18.9473 9.1731 18.2576 9.1731 17.5385C9.1731 16.8193 8.88742 16.1296 8.3789 15.6211C7.87039 15.1126 7.1807 14.8269 6.46155 14.8269ZM12.9807 14.0769C12.9807 13.6627 13.3165 13.3269 13.7307 13.3269H20.6538C21.0681 13.3269 21.4038 13.6627 21.4038 14.0769C21.4038 14.4911 21.0681 14.8269 20.6538 14.8269H13.7307C13.3165 14.8269 12.9807 14.4911 12.9807 14.0769ZM12.9807 17.5384C12.9807 17.1242 13.3165 16.7884 13.7307 16.7884H20.6538C21.0681 16.7884 21.4038 17.1242 21.4038 17.5384C21.4038 17.9527 21.0681 18.2884 20.6538 18.2884H13.7307C13.3165 18.2884 12.9807 17.9527 12.9807 17.5384ZM12.9807 21C12.9807 20.5858 13.3165 20.25 13.7307 20.25H20.6538C21.0681 20.25 21.4038 20.5858 21.4038 21C21.4038 21.4142 21.0681 21.75 20.6538 21.75H13.7307C13.3165 21.75 12.9807 21.4142 12.9807 21Z", fill: "currentColor" }))); });
TemplatesMIcon.displayName = 'TemplatesMIcon';