UNPKG

infinity-forge

Version:
9 lines 2.21 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IconGender = IconGender; var jsx_runtime_1 = require("react/jsx-runtime"); function IconGender(_a) { var color = _a.color; return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '24', height: '24', viewBox: '0 0 24 24', fill: 'none', children: [(0, jsx_runtime_1.jsxs)("g", { clipPath: 'url(#clip0_2001_194)', children: [(0, jsx_runtime_1.jsx)("path", { d: 'M12.7031 6.375C12.7031 2.8598 9.86433 0 6.375 0C2.8762 0 0 2.87714 0 6.375C0 9.62845 2.48634 12.3159 5.67188 12.6645V16.9219H3.5625C3.17419 16.9219 2.85938 17.2367 2.85938 17.625C2.85938 18.0133 3.17419 18.3281 3.5625 18.3281H5.67188V20.4375C5.67188 20.8258 5.98669 21.1406 6.375 21.1406C6.76331 21.1406 7.07812 20.8258 7.07812 20.4375V18.3281H9.1875C9.57581 18.3281 9.89062 18.0133 9.89062 17.625C9.89062 17.2367 9.57581 16.9219 9.1875 16.9219H7.07812V12.6638C10.2378 12.3129 12.7031 9.62667 12.7031 6.375ZM1.40625 6.375C1.40625 3.6352 3.63525 1.40625 6.375 1.40625C9.08892 1.40625 11.2969 3.6352 11.2969 6.375C11.2969 9.08892 9.08892 11.2969 6.375 11.2969C3.63525 11.2969 1.40625 9.08892 1.40625 6.375Z', fill: color }), (0, jsx_runtime_1.jsx)("path", { d: 'M18.3281 11.3356V5.26001L19.9403 6.87218C20.2149 7.14677 20.6601 7.14682 20.9347 6.87218C21.2093 6.59759 21.2093 6.15241 20.9347 5.87782L18.1222 3.06532C17.8477 2.79073 17.4024 2.79073 17.1278 3.06532L14.3153 5.87782C14.0408 6.15241 14.0408 6.59759 14.3153 6.87218C14.5899 7.14677 15.0351 7.14677 15.3097 6.87218L16.9219 5.26001V11.3362C13.7622 11.6871 11.2969 14.3734 11.2969 17.625C11.2969 21.1402 14.1357 24 17.625 24C21.1238 24 24 21.1229 24 17.625C24 14.3716 21.5137 11.6841 18.3281 11.3356ZM17.625 22.5938C14.9111 22.5938 12.7031 20.3648 12.7031 17.625C12.7031 14.9111 14.9111 12.7031 17.625 12.7031C20.3647 12.7031 22.5938 14.9111 22.5938 17.625C22.5938 20.3648 20.3647 22.5938 17.625 22.5938Z', fill: color })] }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { id: 'clip0_2001_194', children: (0, jsx_runtime_1.jsx)("rect", { width: '24', height: '24', fill: 'white' }) }) })] })); } //# sourceMappingURL=icon-gender.js.map