UNPKG

@astraicons/react

Version:

A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.

22 lines 1.24 kB
import * as React from "react"; import { forwardRef } from "react"; const VideoListIcon = ({ title, titleId, ...props }, ref) => /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", "aria-hidden": "true", ref: ref, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", d: "M10.982 7.798a.16.16 0 0 0-.173-.003A.24.24 0 0 0 10.7 8v4c0 .096.05.17.109.205a.16.16 0 0 0 .173-.002m0 0 3.214-2A.24.24 0 0 0 14.3 10a.24.24 0 0 0-.104-.203l-3.214-2m-.954-1.332a1.71 1.71 0 0 1 1.77.023l3.213 2c.524.325.832.903.832 1.512a1.78 1.78 0 0 1-.832 1.513l-3.213 2a1.71 1.71 0 0 1-1.77.022A1.78 1.78 0 0 1 9.158 12V8c0-.624.323-1.215.87-1.535M7.5 2.25A5.25 5.25 0 0 0 2.25 7.5v9q.002.63.142 1.218l19.358-1.451V7.5c0-2.9-2.35-5.25-5.25-5.25zm14.092 15.533-4.842.363v3.598a5.25 5.25 0 0 0 4.842-3.961M15.25 21.75v-3.492l-2.5.188v3.304zm-4 0v-3.192l-2.5.188v3.004zm-4-.006v-2.886l-4.266.32a5.25 5.25 0 0 0 4.266 2.566", clipRule: "evenodd" })); const ForwardRef = forwardRef(VideoListIcon); export default ForwardRef;