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.23 kB
import { __assign } from "tslib"; import * as React from 'react'; import { StyledIconBase } from '../../StyledIconBase'; export var Audible = 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 24 24" }, props, { ref: ref }), React.createElement("path", { d: "M2.005 10.238v1.69l10.002 6.254 9.988-6.254v-1.69l-9.988 6.229z", key: "k0" }), React.createElement("path", { d: "M15.938 12.469l1.465-.938c-1.161-1.701-3.153-2.876-5.396-2.876-2.257 0-4.236 1.135-5.371 2.89.093-.093.146-.146.238-.211 2.811-2.336 6.86-1.808 9.064 1.135z", key: "k1" }), React.createElement("path", { d: "M9.051 13.063a2.99 2.99 0 011.78-.58c1.083 0 2.047.554 2.692 1.49l1.399-.871c-.607-.963-1.688-1.557-2.916-1.557-1.226 0-2.309.62-2.955 1.518zM5.25 9.012c4.117-3.246 9.937-2.362 13.037 1.953l.026.026 1.517-.938a9.337 9.337 0 00-7.823-4.235 9.35 9.35 0 00-7.825 4.235c.304-.342.686-.751 1.068-1.041z", key: "k2" }))); }); Audible.displayName = 'Audible'; export var AudibleDimensions = { height: 24, width: 24 };