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.42 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.InputCheckedOutline = 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: "M19.885 6.177A3 3 0 0017.001 4c-.862 0-1.661.381-2.219 1H8C6.346 5 5 6.346 5 8v8c0 1.654 1.346 3 3 3h8c1.654 0 3-1.346 3-3V9.546l.622-1.088c.39-.7.482-1.51.263-2.281zm-3.758.338a.994.994 0 01.459-.416c.301-.113.623-.127.9.027.232.13.402.343.476.6a1.007 1.007 0 01-.062.685l-.021.065-4.006 7.011a1.01 1.01 0 01-.742.506l-.132.009a.993.993 0 01-.707-.293l-3-3a1 1 0 011.414-1.414l1.125 1.125.92.92.652-1.125 2.724-4.7zM16 17H8c-.552 0-1-.449-1-1V8c0-.551.448-1 1-1h6.689l-2.15 3.712-1.125-1.125c-.391-.391-.902-.586-1.414-.586s-1.023.195-1.414.586a2 2 0 000 2.828l3 3a2 2 0 001.414.586l.277-.02a2.001 2.001 0 001.471-1.01L17 11.031V16c0 .551-.448 1-1 1z", key: "k0" }))); }); exports.InputCheckedOutline.displayName = 'InputCheckedOutline'; exports.InputCheckedOutlineDimensions = { height: 24, width: 24 };