UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 950 B
"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({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M3.009 0c-.342 0-.677.083-.976.242-.306.15-.564.377-.746.656-.182.28-.281.603-.287.933v11.838c.006.33.105.652.287.931.182.28.44.507.746.657a2.07 2.07 0 0 0 1.983-.017l9.962-5.919c.307-.149.566-.377.746-.658S15 8.057 15 7.726c0-.33-.096-.654-.277-.936-.18-.281-.439-.509-.746-.658L4.015.258A2.1 2.1 0 0 0 3.01 0", clipRule: "evenodd" }))); }); exports.PlayFilledSIcon.displayName = 'PlayFilledSIcon';