UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 853 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var EditSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.432 2.745a.17.17 0 0 0-.125.052l-.007.007-7.472 7.436-.751 2.683 2.683-.751L13.195 4.7l.003-.003a.174.174 0 0 0 0-.248l-.003-.003-1.64-1.65a.17.17 0 0 0-.123-.051m-.65-1.37a1.67 1.67 0 0 1 1.844.37l1.63 1.64.002.002a1.676 1.676 0 0 1 0 2.372l-.002.002-7.572 7.609a.75.75 0 0 1-.33.193l-4.157 1.164a.75.75 0 0 1-.924-.925l1.164-4.157a.75.75 0 0 1 .193-.33l7.609-7.571c.155-.158.34-.283.543-.368", clipRule: "evenodd" }))); }); EditSIcon.displayName = 'EditSIcon';