UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 1.75 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var EditSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.4315 2.74451C11.4083 2.74451 11.3854 2.74913 11.3641 2.75811C11.3427 2.76709 11.3234 2.78024 11.3072 2.79679L11.3001 2.80412L3.82797 10.2398L3.07674 12.9228L5.75969 12.1716L13.1955 4.69952L13.1984 4.69659C13.2147 4.68036 13.2277 4.66105 13.2365 4.63978C13.2454 4.61851 13.2499 4.59571 13.2499 4.57267C13.2499 4.54964 13.2454 4.52684 13.2365 4.50557C13.2277 4.4843 13.2147 4.46499 13.1984 4.44876L13.1952 4.44563L11.5557 2.79681C11.5395 2.78026 11.5202 2.76709 11.4989 2.75811C11.4775 2.74913 11.4546 2.74451 11.4315 2.74451ZM10.7823 1.37554C10.9878 1.28906 11.2085 1.24451 11.4315 1.24451C11.6544 1.24451 11.8752 1.28906 12.0807 1.37554C12.2851 1.46155 12.4703 1.58731 12.6257 1.74551L14.2558 3.38482C14.2564 3.38542 14.257 3.38601 14.2576 3.38661C14.4133 3.54188 14.537 3.72632 14.6215 3.9294C14.7063 4.13326 14.7499 4.35187 14.7499 4.57267C14.7499 4.79347 14.7063 5.01209 14.6215 5.21595C14.537 5.41909 14.4132 5.60358 14.2574 5.75888C14.2569 5.75943 14.2563 5.75998 14.2558 5.76053L6.68366 13.3696C6.59237 13.4613 6.47889 13.5279 6.35427 13.5628L2.19724 14.7267C1.93632 14.7998 1.65628 14.7264 1.46468 14.5348C1.27309 14.3433 1.19973 14.0632 1.27279 13.8023L2.43676 9.64526C2.47165 9.52063 2.53821 9.40716 2.62994 9.31586L10.2388 1.7439C10.3939 1.58646 10.5786 1.46125 10.7823 1.37554Z", fill: "currentColor" }))); }); EditSIcon.displayName = 'EditSIcon';