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.12 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.SpeakerDeck = 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: "-.125em", iconViewBox: "0 0 512 512" }, props, { ref: ref }), React.createElement("path", { fill: "currentColor", d: "M213.86 296H100a100 100 0 010-200h132.84a40 40 0 010 80H98c-26.47 0-26.45 40 0 40h113.82a100 100 0 010 200H40a40 40 0 010-80h173.86c26.48 0 26.46-40 0-40zM298 416a120.21 120.21 0 0051.11-80h64.55a19.83 19.83 0 0019.66-20V196a19.83 19.83 0 00-19.66-20H296.42a60.77 60.77 0 000-80h136.93c43.44 0 78.65 35.82 78.65 80v160c0 44.18-35.21 80-78.65 80z", key: "k0" }))); }); exports.SpeakerDeck.displayName = 'SpeakerDeck'; exports.SpeakerDeckDimensions = { height: undefined, width: undefined };