UNPKG

styled-icons

Version:

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

15 lines (14 loc) 934 B
import { __assign } from "tslib"; import * as React from 'react'; import { StyledIconBase } from '../../StyledIconBase'; export var Projector2 = 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", { fill: "none", d: "M0 0h24v24H0z", key: "k0" }), React.createElement("path", { d: "M22 19v2h-2v-2H4v2H2v-2a1 1 0 01-1-1V6a1 1 0 011-1h9.81a6.481 6.481 0 014.69-2 6.48 6.48 0 014.69 2H22a1 1 0 011 1v12a1 1 0 01-1 1zm-5.5-5a4.5 4.5 0 100-9 4.5 4.5 0 000 9zm0-2a2.5 2.5 0 110-5 2.5 2.5 0 010 5zM4 13v2h2v-2H4zm4 0v2h2v-2H8z", key: "k1" }))); }); Projector2.displayName = 'Projector2'; export var Projector2Dimensions = { height: 24, width: 24 };