styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
14 lines (13 loc) • 882 B
JavaScript
import { __assign } from "tslib";
import * as React from 'react';
import { StyledIconBase } from '../../StyledIconBase';
export var Eject = 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: "M13 17.5A4.505 4.505 0 018.5 13a1 1 0 10-2 0c0 3.584 2.916 6.5 6.5 6.5s6.5-2.916 6.5-6.5-2.916-6.5-6.5-6.5a1 1 0 100 2c2.481 0 4.5 2.019 4.5 4.5s-2.019 4.5-4.5 4.5zM10.656 4a1 1 0 010 2H7.413l1.708 1.707 4.093 4.092a1.001 1.001 0 01-1.414 1.416L7.707 9.121 6 7.413v3.243a1 1 0 01-2 0V4h6.656", key: "k0" })));
});
Eject.displayName = 'Eject';
export var EjectDimensions = { height: 24, width: 24 };