@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.38 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 IconMaterialNewReleasesW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'NewReleasesW100', short_name: 'NewReleases', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m438-414-76-76q-4-4-9.5-4.5T342-490q-5 5-5 10t5 10l75 75q9 9 21 9t21-9l159-159q4-4 4.5-9.5T618-574q-5-5-10-5t-10 5L438-414Zm-85 265-51-85-96-20q-11-2-17.5-12t-5.5-21l9-99-65-74q-8-8-8-20t8-20l65-74-9-99q-1-11 5.5-21t17.5-12l96-20 51-85q6-10 16-14t21 1l90 38 90-38q11-5 21-1t16 14l51 85 96 20q11 2 17.5 12t5.5 21l-9 99 65 74q8 8 8 20t-8 20l-65 74 9 99q1 11-5.5 21T754-254l-96 20-51 85q-6 10-16 14t-21-1l-90-38-90 38q-11 5-21 1t-16-14Zm25-13 102-42 102 42 58-96 110-24-10-114 74-84-74-84 10-114-110-24-58-96-102 42-102-42-58 96-110 24 10 114-74 84 74 84-10 114 110 24 58 96Zm102-318Z" }) })));
});
IconMaterialNewReleasesW100.displayName = 'OnesyIconMaterialNewReleasesW100';
exports.default = IconMaterialNewReleasesW100;
;