@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.17 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 IconMaterialForkLeftW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ForkLeftW100Filled', short_name: 'ForkLeft', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m546-733-80 80q-4 4-9.5 4.5T446-653q-5-5-5-10t5-10l93-93q9-9 21-9t21 9l93 93q4 4 4.5 9.5T674-653q-5 5-10 5t-10-5l-80-80v547q0 6-4 10t-10 4q-6 0-10-4t-4-10v-122q-20-76-70-113.5T367-459q-25 0-51 2.5t-50 6.5l80 80q4 4 4.5 9.5T346-350q-5 5-10 5t-10-5l-93-93q-9-9-9-21t9-21l93-93q4-4 9.5-4.5T346-578q5 5 5 10t-5 10l-80 80q24-4 49-6t52-2q58 0 103.5 27t75.5 81v-355Z" }) })));
});
IconMaterialForkLeftW100Filled.displayName = 'OnesyIconMaterialForkLeftW100Filled';
exports.default = IconMaterialForkLeftW100Filled;
;