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.53 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.Ric = 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 32 32" }, props, { ref: ref }), React.createElement("path", { fillRule: "evenodd", d: "M10.144 20.024h-3.05a.093.093 0 00-.094.093v.637c0 .051.042.093.093.093h2.514a177.13 177.13 0 00-2 3.153h7.319c-1.909-.936-2.887-1.987-2.936-3.153h2.749a.093.093 0 00.093-.093v-.637a.093.093 0 00-.093-.093h-2.631c.097-.364.252-.8.46-1.28h3.01a.093.093 0 00.093-.093v-.636a.093.093 0 00-.093-.093h-2.624c1.52-3.012 4.687-7.038 8.405-7.038 2.368 0 2.412 2.103 3.59 2.103S27 12.673 27 12.073c0-.6-.746-2.788-3.543-2.788-4.655 0-6.57 3.564-8.811 3.564-1.9 0-2.75-1.645-2.75-2.604 0-1.435 1.63-2.925 2.377-2.97.279-.018.186-.275-.42-.275-1.306 0-3.543 1.68-3.543 3.062 0 2.542 2.145 3.473 3.45 3.473.66 0 .7.091.7.274 0 .12-.97 1.284-2.906 4.113H7.932a.093.093 0 00-.093.093v.636c0 .052.042.094.093.094h3.064c-.268.398-.552.824-.852 1.28zM16 32C7.163 32 0 24.837 0 16S7.163 0 16 0s16 7.163 16 16-7.163 16-16 16z", key: "k0" }))); }); exports.Ric.displayName = 'Ric'; exports.RicDimensions = { height: 32, width: 32 };