UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.14 kB
"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 VidVolumeFull = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", ...props }, React.createElement("path", { d: "M8.121 8.024l5.073-3.92A.5.5 0 0 1 14 4.5v14.964a.5.5 0 0 1-.806.395l-4.962-3.835H3.999c-.552 0-.999-.453-.999-.997V9.022c0-.551.441-.998.999-.998h2.606l.036.001h1.48zm8.455-.715c-.372-.202-.522-.69-.335-1.09.187-.4.64-.561 1.012-.36C19.72 7.196 21 9.27 21 11.98c0 2.71-1.277 4.795-3.74 6.165-.37.206-.824.05-1.015-.348-.191-.398-.046-.888.323-1.093 1.98-1.102 2.925-2.645 2.925-4.724 0-2.075-.942-3.6-2.917-4.671zm-1.03 3.245c-.37-.202-.52-.69-.334-1.09.188-.4.64-.561 1.012-.36 1.133.614 1.745 1.606 1.745 2.88 0 1.27-.61 2.265-1.738 2.893-.37.206-.824.05-1.015-.349-.19-.398-.046-.887.324-1.093.645-.358.922-.812.922-1.452 0-.637-.274-1.082-.915-1.43z", fill: "currentColor", fillRule: "evenodd" })); exports.default = VidVolumeFull;