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.09 kB
import { __assign } from "tslib"; import * as React from 'react'; import { StyledIconBase } from '../../StyledIconBase'; export var Beaker = 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: "M19.445 16.809L16.805 7H18a1 1 0 000-2H6a1 1 0 000 2h1.135a3.605 3.605 0 01-.121.671l-2.459 9.138c-.218.809-.074 1.623.393 2.231.466.61 1.214.96 2.052.96h10c.838 0 1.586-.35 2.055-.959.466-.609.609-1.423.39-2.232zM14.732 7l1.352 5.018L16 12H8l-.084.018 1.029-3.826c.084-.312.173-.744.192-1.192h5.595zm2.734 10.824c-.087.114-.252.176-.466.176H7c-.214 0-.379-.062-.466-.176-.086-.113-.104-.289-.048-.496l1.197-4.45A.494.494 0 008 13h8a.493.493 0 00.316-.121l1.197 4.45c.057.206.04.382-.047.495z", key: "k0" }))); }); Beaker.displayName = 'Beaker'; export var BeakerDimensions = { height: 24, width: 24 };