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.28 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.FlowParallel = 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: "M18 16.184V7.816A2.997 2.997 0 0020 5c0-1.654-1.346-3-3-3s-3 1.346-3 3c0 1.302.839 2.401 2 2.815v8.369A2.997 2.997 0 0014 19c0 1.654 1.346 3 3 3s3-1.346 3-3a2.997 2.997 0 00-2-2.816zM17 4a1.001 1.001 0 11-1 1c0-.551.448-1 1-1zm0 16a1.001 1.001 0 010-2 1.001 1.001 0 010 2zM10 5c0-1.654-1.346-3-3-3S4 3.346 4 5c0 1.302.839 2.401 2 2.815v8.369A2.997 2.997 0 004 19c0 1.654 1.346 3 3 3s3-1.346 3-3a2.997 2.997 0 00-2-2.816V7.816A2.997 2.997 0 0010 5zM7 4a1.001 1.001 0 11-1 1c0-.551.448-1 1-1zm0 16a1.001 1.001 0 010-2 1.001 1.001 0 010 2z", key: "k0" }))); }); exports.FlowParallel.displayName = 'FlowParallel'; exports.FlowParallelDimensions = { height: 24, width: 24 };