styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
14 lines (13 loc) • 900 B
JavaScript
import { __assign } from "tslib";
import * as React from 'react';
import { StyledIconBase } from '../../StyledIconBase';
export var MediaEjectOutline = 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 21H8c-1.654 0-3-1.346-3-3s1.346-3 3-3h8c1.654 0 3 1.346 3 3s-1.346 3-3 3zm-8-4a1.001 1.001 0 000 2h8a1.001 1.001 0 000-2H8zm4-10.134l4.964 5.096L17 12l-10 .004.08-.087L12 6.866M12 4l-6.433 6.604A2 2 0 007 14h10a2 2 0 002-2c0-.543-.218-1.033-.568-1.393L12 4z", key: "k0" })));
});
MediaEjectOutline.displayName = 'MediaEjectOutline';
export var MediaEjectOutlineDimensions = { height: 24, width: 24 };