UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.28 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PlayFilledSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.PlayFilledSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.0085 1.53994e-06C2.66727 -0.000322735 2.33158 0.0828614 2.03311 0.241706C1.72702 0.391564 1.46915 0.618606 1.28716 0.898497C1.10516 1.17839 1.0059 1.50057 1 1.83052V13.6685C1.0059 13.9984 1.10516 14.3206 1.28716 14.6005C1.46915 14.8804 1.72702 15.1074 2.03311 15.2573C2.337 15.4194 2.67949 15.503 3.0271 15.4999C3.37471 15.4968 3.71552 15.4071 4.01622 15.2396L13.9779 9.32113C14.2853 9.17232 14.5437 8.94443 14.7242 8.66285C14.9046 8.38127 15.0001 8.05708 15 7.72643C14.9999 7.39577 14.9041 7.07165 14.7235 6.79019C14.5428 6.50874 14.2843 6.28101 13.9768 6.13241L4.01506 0.258337C3.70904 0.0886826 3.36184 -0.000427215 3.0085 1.53994e-06Z", fill: "currentColor" }))); }); exports.PlayFilledSIcon.displayName = 'PlayFilledSIcon';