@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.91 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var WebShareMIcon = 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: "M11.4697 2.46968C11.7626 2.17679 12.2374 2.1768 12.5303 2.46969L15.2995 5.23889C15.5924 5.53179 15.5924 6.00666 15.2995 6.29955C15.0066 6.59245 14.5317 6.59244 14.2388 6.29955L12.75 4.81069V12.6923C12.75 13.1065 12.4142 13.4423 12 13.4423C11.5858 13.4423 11.25 13.1065 11.25 12.6923V4.81064L9.76104 6.29956C9.46814 6.59245 8.99326 6.59244 8.70038 6.29954C8.40749 6.00665 8.40749 5.53177 8.70039 5.23888L11.4697 2.46968ZM16.0961 8.5384C16.0961 8.12419 16.4319 7.7884 16.8461 7.7884H19.6154C20.1815 7.7884 20.7245 8.0133 21.1248 8.41362C21.5251 8.81393 21.75 9.35688 21.75 9.92302L21.75 19.6153C21.75 20.1815 21.5251 20.7244 21.1248 21.1247C20.7245 21.525 20.1815 21.7499 19.6154 21.7499H4.38462C3.81848 21.7499 3.27553 21.525 2.87521 21.1247C2.4749 20.7244 2.25 20.1815 2.25 19.6153L2.25 9.92302C2.25 9.35688 2.4749 8.81394 2.87521 8.41362C3.27553 8.0133 3.81848 7.7884 4.38461 7.7884H7.15384C7.56806 7.7884 7.90384 8.12419 7.90384 8.5384C7.90384 8.95262 7.56806 9.2884 7.15384 9.2884H4.38461C4.2163 9.2884 4.05489 9.35526 3.93587 9.47428C3.81686 9.59329 3.75 9.75471 3.75 9.92302L3.75 19.6153C3.75 19.7836 3.81686 19.945 3.93587 20.0641C4.05489 20.1831 4.21631 20.2499 4.38462 20.2499H19.6154C19.7837 20.2499 19.9451 20.1831 20.0641 20.0641C20.1831 19.945 20.25 19.7836 20.25 19.6153L20.25 9.92302C20.25 9.75471 20.1831 9.59329 20.0641 9.47428C19.9451 9.35526 19.7837 9.2884 19.6154 9.2884H16.8461C16.4319 9.2884 16.0961 8.95262 16.0961 8.5384Z", fill: "currentColor" }))); });
WebShareMIcon.displayName = 'WebShareMIcon';