@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 918 B
JavaScript
;
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({ 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.439 2a2.4 2.4 0 0 0-1.185.312 2.3 2.3 0 0 0-.905.847A2.4 2.4 0 0 0 3 4.362v15.275c.007.425.128.841.349 1.202.22.362.534.655.905.848a2.4 2.4 0 0 0 2.409-.023l12.096-7.637c.373-.192.687-.486.906-.85a2.34 2.34 0 0 0 0-2.415 2.3 2.3 0 0 0-.907-.85L6.66 2.334A2.4 2.4 0 0 0 5.44 2", clipRule: "evenodd" }))); });
exports.PlayFilledMIcon.displayName = 'PlayFilledMIcon';