@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.02 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PlayOutlineSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.PlayOutlineSIcon = (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: "M2.326.51a2.09 2.09 0 0 1 2.06.024l9.301 5.71a1.948 1.948 0 0 1 .002 3.469l-9.3 5.752-.026.015a2.09 2.09 0 0 1-2.037.01A1.98 1.98 0 0 1 1.25 13.76V2.238A1.98 1.98 0 0 1 2.326.512m1.01 1.24a.6.6 0 0 0-.322.094.48.48 0 0 0-.265.415v11.482a.48.48 0 0 0 .299.433.59.59 0 0 0 .567.006l9.314-5.76a1 1 0 0 1 .069-.039.447.447 0 0 0 0-.805l-.067-.037-9.315-5.718a.6.6 0 0 0-.28-.071", clipRule: "evenodd" }))); });
exports.PlayOutlineSIcon.displayName = 'PlayOutlineSIcon';