@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.29 kB
JavaScript
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@onesy/ui-react");
const IconMaterialFileCopyOffFilled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'FileCopyOffFilled', short_name: 'FileCopyOff', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M772-302 252-822q-6-6-9-13.5t-3-15.5q0-29 20-49t49-20h258q16 0 30.5 6t25.5 17l194 194q11 11 17 25.5t6 30.5v316q0 27-24.5 37.5T772-302Zm76 246q-11 11-28 11t-28-11L648-200H320q-33 0-56.5-23.5T240-280v-328L56-792q-11-11-11-28t11-28q11-11 28-11t28 11l736 736q11 11 11 28t-11 28ZM620-640h160L560-860l220 220-220-220v160q0 25 17.5 42.5T620-640ZM160-40q-33 0-56.5-23.5T80-120v-480q0-17 11.5-28.5T120-640q17 0 28.5 11.5T160-600v480h440q17 0 28.5 11.5T640-80q0 17-11.5 28.5T600-40H160Z" }) })));
});
IconMaterialFileCopyOffFilled.displayName = 'OnesyIconMaterialFileCopyOffFilled';
exports.default = IconMaterialFileCopyOffFilled;
;