UNPKG

styled-icons

Version:

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

14 lines (13 loc) 883 B
import { __assign } from "tslib"; import * as React from 'react'; import { StyledIconBase } from '../../StyledIconBase'; export var WaveSquare = React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg", }; return (React.createElement(StyledIconBase, __assign({ iconAttrs: attrs, iconVerticalAlign: "-.125em", iconViewBox: "0 0 640 512" }, props, { ref: ref }), React.createElement("path", { fill: "currentColor", d: "M476 480H324a36 36 0 01-36-36V96h-96v156a36 36 0 01-36 36H16a16 16 0 01-16-16v-32a16 16 0 0116-16h112V68a36 36 0 0136-36h152a36 36 0 0136 36v348h96V260a36 36 0 0136-36h140a16 16 0 0116 16v32a16 16 0 01-16 16H512v156a36 36 0 01-36 36z", key: "k0" }))); }); WaveSquare.displayName = 'WaveSquare'; export var WaveSquareDimensions = { height: undefined, width: undefined };