@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.02 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var PlayOutlineMIcon = 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: "M5.276 2.318a2.44 2.44 0 0 1 2.447.024l12.014 7.533c.373.193.688.486.91.848a2.38 2.38 0 0 1 0 2.498 2.3 2.3 0 0 1-.909.846l-12.013 7.59-.026.015a2.44 2.44 0 0 1-2.423.01 2.36 2.36 0 0 1-.916-.855A2.43 2.43 0 0 1 4 19.594V4.406c.007-.437.132-.863.36-1.233a2.36 2.36 0 0 1 .916-.855m1.204 1.22a.96.96 0 0 0-.513.147.84.84 0 0 0-.333.308.87.87 0 0 0-.128.434v15.146a.87.87 0 0 0 .128.434.84.84 0 0 0 .367.326.96.96 0 0 0 .946.006l12.03-7.6a1 1 0 0 1 .068-.038.8.8 0 0 0 .327-.299.82.82 0 0 0-.327-1.16l-.067-.037L6.948 3.66a.96.96 0 0 0-.468-.123", clipRule: "evenodd" }))); });
PlayOutlineMIcon.displayName = 'PlayOutlineMIcon';