UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.12 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ShareMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.ShareMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), react_1.default.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" }))); }); exports.ShareMIcon.displayName = 'ShareMIcon';