UNPKG

@ozen-ui/icons

Version:

A collection of icons

7 lines (6 loc) 1.46 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var VideoPlaySIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), React.createElement("path", { fill: "currentColor", d: "M6.5 6.402a.5.5 0 0 1 .765-.424l2.557 1.598a.5.5 0 0 1 0 .848l-2.557 1.598a.5.5 0 0 1-.765-.424z" }), React.createElement("path", { fill: "currentColor", d: "M14.5 8c0-1.266-.017-2.148-.136-2.795-.113-.62-.299-.91-.557-1.1-.3-.22-.819-.393-1.796-.492C11.047 3.516 9.757 3.5 8 3.5s-3.047.016-4.01.113c-.979.099-1.497.271-1.797.491-.258.19-.444.482-.557 1.101C1.517 5.852 1.5 6.734 1.5 8s.017 2.148.136 2.795c.113.62.299.91.557 1.1.3.22.818.393 1.796.492.964.097 2.254.113 4.011.113s3.047-.016 4.01-.113c.979-.099 1.497-.271 1.797-.492.258-.19.444-.48.557-1.1.119-.647.136-1.529.136-2.795M16 8c0 1.234-.014 2.258-.161 3.065-.153.833-.467 1.542-1.146 2.04-.637.467-1.494.67-2.532.774C11.11 13.985 9.743 14 8 14s-3.11-.015-4.161-.121c-1.038-.105-1.895-.307-2.532-.774-.68-.498-.993-1.207-1.146-2.04C.014 10.259 0 9.234 0 8s.014-2.258.161-3.064c.153-.834.467-1.543 1.146-2.04.637-.468 1.494-.67 2.532-.775C4.89 2.015 6.257 2 8 2s3.11.015 4.161.121c1.038.105 1.895.307 2.532.775.68.497.993 1.206 1.146 2.04.147.806.161 1.83.161 3.064" }))); }); VideoPlaySIcon.displayName = 'VideoPlaySIcon';