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.16 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.Eye = 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 24 24" }, props, { ref: ref }), React.createElement("path", { d: "M21.821 12.43c-.083-.119-2.062-2.944-4.793-4.875C15.612 6.552 13.826 6 12 6c-1.825 0-3.611.552-5.03 1.555-2.731 1.931-4.708 4.756-4.791 4.875a1 1 0 000 1.141c.083.119 2.06 2.944 4.791 4.875C8.389 19.448 10.175 20 12 20c1.826 0 3.612-.552 5.028-1.555 2.731-1.931 4.71-4.756 4.793-4.875a.996.996 0 000-1.14zM12 16.5c-1.934 0-3.5-1.57-3.5-3.5 0-1.934 1.566-3.5 3.5-3.5 1.93 0 3.5 1.566 3.5 3.5 0 1.93-1.57 3.5-3.5 3.5zm2-3.5c0 1.102-.898 2-2 2a2 2 0 112-2z", key: "k0" }))); }); exports.Eye.displayName = 'Eye'; exports.EyeDimensions = { height: 24, width: 24 };