UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 962 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialSimCardDownload = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "SimCardDownload", short_name: "SimCardDownload", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M520-434v-126q0-17-11.5-28.5T480-600q-17 0-28.5 11.5T440-560v126l-36-35q-11-11-27.5-11T348-468q-11 11-11 28t11 28l104 104q12 12 28 12t28-12l104-104q11-11 11.5-27.5T612-468q-11-11-27.5-11.5T556-469l-36 35ZM240-80q-33 0-56.5-23.5T160-160v-447q0-16 6-30.5t17-25.5l194-194q11-11 25.5-17t30.5-6h287q33 0 56.5 23.5T800-800v640q0 33-23.5 56.5T720-80H240Zm0-80h480v-640H434L240-606v446Zm0 0h480-480Z" })); }); IconMaterialSimCardDownload.displayName = 'OnesyIconMaterialSimCardDownload'; export default IconMaterialSimCardDownload;