UNPKG

styled-icons

Version:

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

14 lines (13 loc) 982 B
import { __assign } from "tslib"; import * as React from 'react'; import { StyledIconBase } from '../../StyledIconBase'; export var Soundcloud2 = React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg", }; return (React.createElement(StyledIconBase, __assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 16 16" }, props, { ref: ref }), React.createElement("path", { d: "M14.5 0h-13C.675 0 0 .675 0 1.5v13c0 .825.675 1.5 1.5 1.5h13c.825 0 1.5-.675 1.5-1.5v-13c0-.825-.675-1.5-1.5-1.5zM2.75 11h-.5L2 9.5 2.25 8h.5L3 9.5 2.75 11zm2 0h-.5L4 9l.25-2h.5L5 9l-.25 2zm2 0h-.5L6 8l.25-3h.5L7 8l-.25 3zm6.144 0l-4.709-.003a.208.208 0 01-.184-.2V5.403c0-.1.034-.15.162-.2a3 3 0 014.075 2.531 1.701 1.701 0 012.356 1.569c0 .938-.762 1.697-1.7 1.697z", key: "k0" }))); }); Soundcloud2.displayName = 'Soundcloud2'; export var Soundcloud2Dimensions = { height: 16, width: 16 };