@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.23 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 IconMaterialAllMatchW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'AllMatchW100Filled', short_name: 'AllMatch', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m696-211-29-29q-4-4-9.5-4t-9.5 4q-4 4-4 9.5t4 9.5l33 33q7 7 15.5 7t15.5-7l80-79q4-4 4.5-9t-4.5-10q-4-4-10-4t-10 4l-76 75Zm24 125q-62 0-105-43t-43-105q0-62 43-105t105-43q62 0 105 43t43 105q0 62-43 105T720-86ZM255-252q-18 0-26.5-15.5T230-298l105-165q5-8 5-17t-5-17L230-662q-10-15-1.5-30.5T255-708h297q22 0 41.5 10t32.5 28l111 157q7 10 1 21t-18 10q-49 0-92.5 17.5T551-416q-30 28-50 65t-26 80q-2 8-7.5 13.5T454-252H255Z" }) })));
});
IconMaterialAllMatchW100Filled.displayName = 'OnesyIconMaterialAllMatchW100Filled';
exports.default = IconMaterialAllMatchW100Filled;
;