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.36 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.CodeOutline = 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: "M7.828 19a2.978 2.978 0 01-2.121-.879L.586 13l5.121-5.121C6.84 6.745 8.819 6.745 9.95 7.88a3.002 3.002 0 01-.001 4.241L9.071 13l.878.879A3.002 3.002 0 017.828 19zm-4.414-6l3.707 3.707c.38.379 1.039.377 1.413.001a1.001 1.001 0 00.001-1.415L6.243 13l2.292-2.293a1 1 0 000-1.414 1.023 1.023 0 00-1.414 0L3.414 13zm12.758 6a3.002 3.002 0 01-2.121-5.121l.878-.879-.878-.879a3.002 3.002 0 010-4.242c1.129-1.133 3.109-1.134 4.242 0L23.414 13l-5.121 5.121a2.978 2.978 0 01-2.121.879zm-.001-10a1.001 1.001 0 00-.706 1.707L17.757 13l-2.292 2.293a1 1 0 000 1.414 1.022 1.022 0 001.414 0L20.586 13l-3.707-3.707A.997.997 0 0016.171 9z", key: "k0" }))); }); exports.CodeOutline.displayName = 'CodeOutline'; exports.CodeOutlineDimensions = { height: 24, width: 24 };