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.1 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.Chrome = 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 16 16" }, props, { ref: ref }), React.createElement("path", { d: "M4.036 6.977l-2.29-3.966A7.986 7.986 0 018-.001a7.994 7.994 0 016.883 3.922H8.355a4.1 4.1 0 00-4.32 3.055zm6.828-1.899h4.585a8 8 0 01-7.358 10.921l3.272-5.667a4.08 4.08 0 00-.499-5.254zM5.094 8c0-1.603 1.304-2.906 2.906-2.906S10.906 6.398 10.906 8 9.602 10.906 8 10.906 5.094 9.602 5.094 8zm4.003 3.944l-2.29 3.967a8.001 8.001 0 01-5.78-11.833l3.266 5.657a4.1 4.1 0 004.804 2.21z", key: "k0" }))); }); exports.Chrome.displayName = 'Chrome'; exports.ChromeDimensions = { height: 16, width: 16 };