UNPKG

styled-icons

Version:

Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components

14 lines (13 loc) 1.31 kB
import { __assign } from "tslib"; import * as React from 'react'; import { StyledIconBase } from '../../StyledIconBase'; export var Infinity = 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: "M16.433 8.596a4.282 4.282 0 00-3.036 1.246l-1.396 1.34-1.375-1.32a4.287 4.287 0 00-3.055-1.266 4.289 4.289 0 00-3.053 1.266 4.288 4.288 0 00-1.267 3.055c0 1.152.449 2.238 1.266 3.053a4.285 4.285 0 003.054 1.266 4.272 4.272 0 003.036-1.248l1.395-1.338 1.376 1.32c.815.816 1.901 1.266 3.055 1.266s2.238-.449 3.053-1.266c.817-.814 1.267-1.9 1.267-3.055s-.449-2.238-1.266-3.055a4.296 4.296 0 00-3.054-1.264zm-7.576 5.605c-.687.688-1.884.688-2.572 0a1.807 1.807 0 01-.533-1.285c0-.486.189-.941.535-1.287.342-.344.799-.533 1.284-.533s.942.189 1.305.551l1.321 1.27-1.34 1.284zm8.861 0c-.687.689-1.866.705-2.59-.018l-1.321-1.27 1.339-1.285c.688-.688 1.886-.688 2.573-.002.344.346.533.801.533 1.287s-.19.944-.534 1.288z", key: "k0" }))); }); Infinity.displayName = 'Infinity'; export var InfinityDimensions = { height: 24, width: 24 };