UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 686 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const VideoSmall = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { fill: "#FFF", fillOpacity: ".2", stroke: "#FFF", strokeWidth: "2", d: "M32 56c13.255 0 24-10.745 24-24S45.255 8 32 8 8 18.745 8 32s10.745 24 24 24zm-5-16.44V24.496a1 1 0 0 1 1.507-.861l13.008 7.654a1 1 0 0 1-.012 1.73l-13.008 7.408A1 1 0 0 1 27 39.56z" })); exports.default = VideoSmall;