styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
16 lines (15 loc) • 1.1 kB
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var React = tslib_1.__importStar(require("react"));
var StyledIconBase_1 = require("../../StyledIconBase");
exports.Soundcloud2 = 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: "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" })));
});
exports.Soundcloud2.displayName = 'Soundcloud2';
exports.Soundcloud2Dimensions = { height: 16, width: 16 };
;