@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.19 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PlayOutlineMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.PlayOutlineMIcon = (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: "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" }))); });
exports.PlayOutlineMIcon.displayName = 'PlayOutlineMIcon';