UNPKG

styled-icons

Version:

Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components

16 lines (15 loc) 1.14 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); var React = tslib_1.__importStar(require("react")); var StyledIconBase_1 = require("../../StyledIconBase"); exports.Volume = React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg", }; return (React.createElement(StyledIconBase_1.StyledIconBase, tslib_1.__assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }), React.createElement("path", { d: "M17.138 5.824c-.449 0-.905.152-1.356.453L13.11 8.058C12.357 8.561 10.904 9 10 9c-1.654 0-3 1.346-3 3v2c0 1.654 1.346 3 3 3 .904 0 2.357.439 3.109.941l2.672 1.781c.451.301.907.453 1.356.453.898.001 1.863-.68 1.863-2.175V8c0-1.495-.965-2.176-1.862-2.176zM14 16.146C12.907 15.495 11.211 15 10 15a1 1 0 01-1-1v-2a1 1 0 011-1c1.211 0 2.907-.495 4-1.146v6.292zM17 18l-.006.12-.104-.062-1.89-1.26V9.202l1.891-1.261.104-.062L17 8v10z", key: "k0" }))); }); exports.Volume.displayName = 'Volume'; exports.VolumeDimensions = { height: 24, width: 24 };