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.16 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.Equalizer = 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 16 16" }, props, { ref: ref }), React.createElement("path", { d: "M7 2v-.25A.752.752 0 006.25 1h-2.5a.752.752 0 00-.75.75V2H0v2h3v.25c0 .412.337.75.75.75h2.5c.412 0 .75-.338.75-.75V4h9V2H7zM4 4V2h2v2H4zm9 2.75a.753.753 0 00-.75-.75h-2.5a.753.753 0 00-.75.75V7H0v2h9v.25c0 .412.338.75.75.75h2.5c.412 0 .75-.338.75-.75V9h3V7h-3v-.25zM10 9V7h2v2h-2zm-3 2.75a.753.753 0 00-.75-.75h-2.5a.752.752 0 00-.75.75V12H0v2h3v.25c0 .412.337.75.75.75h2.5c.412 0 .75-.338.75-.75V14h9v-2H7v-.25zM4 14v-2h2v2H4z", key: "k0" }))); }); exports.Equalizer.displayName = 'Equalizer'; exports.EqualizerDimensions = { height: 16, width: 16 };