UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 959 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var ShareMIcon = 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: "M15.152 3.382a3.865 3.865 0 1 1-.327 5.096L9.844 10.98a3.87 3.87 0 0 1 0 2.04l4.981 2.502q.15-.195.327-.37a3.865 3.865 0 1 1-.996 1.713l-4.981-2.502a3.86 3.86 0 0 1-3.06 1.502 3.865 3.865 0 1 1 3.06-6.228l4.981-2.502a3.86 3.86 0 0 1 .995-3.753m.656 3.866a.8.8 0 0 0-.08-.16 2.364 2.364 0 1 1 .08.16m-7.616 3.62a2.365 2.365 0 1 0 0 2.264.8.8 0 0 1 .079-.158l.03-.069a2.37 2.37 0 0 0-.03-1.879.8.8 0 0 1-.079-.158m7.537 6.044a2.364 2.364 0 0 0 2.156 3.338 2.365 2.365 0 1 0-2.077-3.498.8.8 0 0 1-.08.16", clipRule: "evenodd" }))); }); ShareMIcon.displayName = 'ShareMIcon';