UNPKG

@ozen-ui/icons

Version:

A collection of icons

7 lines (6 loc) 1.51 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var VideoPlayMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), React.createElement("path", { fill: "currentColor", d: "M10 9.37a.5.5 0 0 1 .752-.431l4.508 2.63a.5.5 0 0 1 0 .863l-4.508 2.63A.5.5 0 0 1 10 14.63z" }), React.createElement("path", { fill: "currentColor", d: "M20.5 12c0-1.692-.05-2.918-.235-3.831-.182-.89-.477-1.395-.912-1.732-.463-.36-1.19-.612-2.412-.76C15.727 5.533 14.13 5.5 12 5.5c-2.192 0-3.821.032-5.048.179-1.235.147-1.948.4-2.391.752-.416.33-.694.827-.859 1.724C3.533 9.073 3.5 10.303 3.5 12s.033 2.927.202 3.845c.165.897.443 1.394.859 1.724.443.353 1.156.605 2.391.752 1.227.147 2.856.179 5.048.179s3.821-.032 5.048-.179c1.235-.147 1.948-.4 2.392-.752.415-.33.692-.827.858-1.724.17-.918.202-2.148.202-3.845m1.5 0c0 1.677-.03 3.042-.227 4.116-.202 1.095-.597 1.989-1.4 2.627-.775.616-1.828.911-3.147 1.069C15.898 19.97 14.183 20 12 20s-3.898-.03-5.226-.189c-1.319-.157-2.372-.452-3.147-1.068-.803-.638-1.198-1.532-1.4-2.627C2.03 15.042 2 13.677 2 12s.03-3.042.228-4.116c.201-1.095.596-1.989 1.399-2.627.775-.616 1.828-.911 3.147-1.069C8.102 4.03 9.817 4 12 4c2.12 0 3.805.031 5.121.19 1.309.157 2.364.451 3.15 1.061.815.631 1.24 1.518 1.464 2.62C21.955 8.95 22 10.316 22 12" }))); }); VideoPlayMIcon.displayName = 'VideoPlayMIcon';