UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.24 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PlayFilledMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.PlayFilledMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.43889 2C5.02455 1.99958 4.61692 2.10692 4.25449 2.31188C3.88281 2.50524 3.56968 2.7982 3.34869 3.15935C3.1277 3.5205 3.00716 3.93622 3 4.36196V19.6367C3.00716 20.0625 3.1277 20.4782 3.34869 20.8394C3.56968 21.2005 3.88281 21.4935 4.25449 21.6868C4.6235 21.896 5.03938 22.0039 5.46148 21.9999C5.88357 21.9959 6.29742 21.8801 6.66255 21.6639L18.7589 14.0273C19.1322 13.8353 19.4459 13.5412 19.665 13.1779C19.8842 12.8145 20.0001 12.3962 20 11.9696C19.9999 11.5429 19.8836 11.1247 19.6642 10.7615C19.4448 10.3984 19.1309 10.1045 18.7575 9.91279L6.66115 2.33334C6.28955 2.11443 5.86795 1.99945 5.43889 2Z", fill: "currentColor" }))); }); exports.PlayFilledMIcon.displayName = 'PlayFilledMIcon';