UNPKG

styled-icons

Version:

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

14 lines (13 loc) 1.08 kB
import { __assign } from "tslib"; import * as React from 'react'; import { StyledIconBase } from '../../StyledIconBase'; export var MediumOld = 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: "M21.957 6.73a.073.073 0 00-.019-.097c-.004-.004-.008-.008-.012-.01l-.006-.002-6.033-3.018a.729.729 0 00-.292-.067.692.692 0 00-.586.317l-3.474 5.646 4.359 7.083 6.063-9.852zm-1.064 13.543c.611.306 1.107.092 1.107-.478V8.483l-5.809 9.439 4.702 2.351zM9.622 8.213v6.426l5.711 2.855zm-7.068 9.558l5.19 2.595a.845.845 0 00.374.098c.323 0 .549-.25.549-.669V6.701a.067.067 0 00-.035-.059L2.739 3.697a.669.669 0 00-.3-.079c-.258 0-.439.199-.439.534v12.723c0 .341.25.744.554.896z", key: "k0" }))); }); MediumOld.displayName = 'MediumOld'; export var MediumOldDimensions = { height: 24, width: 24 };