UNPKG

styled-icons

Version:

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

14 lines (13 loc) 982 B
import { __assign } from "tslib"; import * as React from 'react'; import { StyledIconBase } from '../../StyledIconBase'; export var Meter2 = 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 16 16" }, props, { ref: ref }), React.createElement("path", { d: "M8 0a8 8 0 100 16A8 8 0 008 0zM4.732 13.034a4.501 4.501 0 00-2.688-5.762 5.953 5.953 0 011.714-3.514c1.133-1.133 2.64-1.757 4.243-1.757s3.109.624 4.243 1.757a5.958 5.958 0 011.714 3.514 4.501 4.501 0 00-2.688 5.762c-.964.629-2.09.966-3.268.966s-2.304-.338-3.268-.966zm3.889-3.018A.502.502 0 019 10.5v1c0 .275-.225.5-.5.5h-1a.501.501 0 01-.5-.5v-1a.5.5 0 01.379-.484L7.75 3h.5l.371 7.016z", key: "k0" }))); }); Meter2.displayName = 'Meter2'; export var Meter2Dimensions = { height: 16, width: 16 };