@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.79 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 IconMaterialDialpadW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'DialpadW100', short_name: 'Dialpad', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M480-100q-23 0-38.5-15.5T426-154q0-23 15.5-38.5T480-208q23 0 38.5 15.5T534-154q0 23-15.5 38.5T480-100ZM252-768q-23 0-38.5-15.5T198-822q0-23 15.5-38.5T252-876q23 0 38.5 15.5T306-822q0 23-15.5 38.5T252-768Zm0 228q-23 0-38.5-15.5T198-594q0-23 15.5-38.5T252-648q23 0 38.5 15.5T306-594q0 23-15.5 38.5T252-540Zm0 228q-23 0-38.5-15.5T198-366q0-23 15.5-38.5T252-420q23 0 38.5 15.5T306-366q0 23-15.5 38.5T252-312Zm456-456q-23 0-38.5-15.5T654-822q0-23 15.5-38.5T708-876q23 0 38.5 15.5T762-822q0 23-15.5 38.5T708-768ZM480-312q-23 0-38.5-15.5T426-366q0-23 15.5-38.5T480-420q23 0 38.5 15.5T534-366q0 23-15.5 38.5T480-312Zm228 0q-23 0-38.5-15.5T654-366q0-23 15.5-38.5T708-420q23 0 38.5 15.5T762-366q0 23-15.5 38.5T708-312Zm0-228q-23 0-38.5-15.5T654-594q0-23 15.5-38.5T708-648q23 0 38.5 15.5T762-594q0 23-15.5 38.5T708-540Zm-228 0q-23 0-38.5-15.5T426-594q0-23 15.5-38.5T480-648q23 0 38.5 15.5T534-594q0 23-15.5 38.5T480-540Zm0-228q-23 0-38.5-15.5T426-822q0-23 15.5-38.5T480-876q23 0 38.5 15.5T534-822q0 23-15.5 38.5T480-768Z" }) })));
});
IconMaterialDialpadW100.displayName = 'OnesyIconMaterialDialpadW100';
exports.default = IconMaterialDialpadW100;
;