UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.51 kB
"use strict"; 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 IconMaterialJoinFullW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'JoinFullW100', short_name: 'JoinFull', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M12 16.425q-.075 0-.137-.025-.063-.025-.163-.1-.8-.55-1.3-1.75T9.9 12q0-1.425.475-2.55.475-1.125 1.325-1.75.1-.075.163-.1.062-.025.137-.025.075 0 .138.025.062.025.162.1.875.725 1.338 1.825.462 1.1.462 2.475 0 1.3-.5 2.512-.5 1.213-1.3 1.788-.1.075-.162.1-.063.025-.138.025Zm3.6 1.275q-.775 0-1.525-.213-.75-.212-1.4-.612.95-.725 1.538-2.088.587-1.362.587-2.787 0-1.425-.587-2.788-.588-1.362-1.538-2.087.65-.4 1.4-.613.75-.212 1.525-.212 2.375 0 4.038 1.663Q21.3 9.625 21.3 12t-1.662 4.038Q17.975 17.7 15.6 17.7Zm-7.2 0q-2.375 0-4.037-1.662Q2.7 14.375 2.7 12t1.663-4.037Q6.025 6.3 8.4 6.3q.8 0 1.538.212.737.213 1.387.613-.95.725-1.537 2.087Q9.2 10.575 9.2 12q0 1.425.588 2.787.587 1.363 1.537 2.088-.65.4-1.387.612Q9.2 17.7 8.4 17.7Z" }) }))); }); IconMaterialJoinFullW100.displayName = 'OnesyIconMaterialJoinFullW100'; exports.default = IconMaterialJoinFullW100;