styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
14 lines (13 loc) • 1.16 kB
JavaScript
import { __assign } from "tslib";
import * as React from 'react';
import { StyledIconBase } from '../../StyledIconBase';
export var FlowParallel = React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg",
};
return (React.createElement(StyledIconBase, __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" })));
});
FlowParallel.displayName = 'FlowParallel';
export var FlowParallelDimensions = { height: 24, width: 24 };