* fix(ui): split icons from SVG.tsx components * fix(ui): split icons from SVG.tsx components * fix(ui): split icons from SVG.tsx components
19 lines
2.3 KiB
TypeScript
19 lines
2.3 KiB
TypeScript
|
|
/* Auto-generated, do not edit */
|
|
import React from 'react';
|
|
|
|
interface Props {
|
|
size?: number | string;
|
|
width?: number | string;
|
|
height?: number | string;
|
|
fill?: string;
|
|
}
|
|
|
|
function Os_mac_os_x(props: Props) {
|
|
const { size = 14, width = size, height = size, fill = '' } = props;
|
|
return (
|
|
<svg viewBox="0 0 439 512" width={ `${ width }px` } height={ `${ height }px` } ><path d="M386.12 156.73C370.064 142.78 351.784 136 330.157 136c-.651 0-2.263.198-4.61.679-3.044.623-6.844 1.623-11.339 3.004-9.634 2.959-22.033 7.529-37.085 13.693l-.106.043-.106.043c-15.153 6.05-30.921 9.097-47.131 9.097-18.48 0-36.552-5.685-53.876-16.58-13.765-6.65-28.763-9.979-45.292-9.979-29.55 0-53.19 12.331-72.97 38.55C36.494 202.58 26 234.697 26 271.767c0 37.54 7.353 73.506 22.105 108.11 14.583 34.21 34.835 63.582 60.852 88.314 15.52 12.204 29.5 17.81 42.214 17.81 3.363 0 11.475-1.534 23.16-4.723 26.589-10.557 44.3-15.8 56.658-15.8 14.692 0 30.522 4.489 47.861 12.988 13.685 5.103 25.197 7.535 34.376 7.535 14.17 0 25.07-2.94 33.331-8.492 12.42-9.234 25.394-23.962 38.598-44.268 8.532-13.12 15.49-25.908 20.9-38.356-16.526-9.46-30.385-23.4-41.305-41.455-15.356-25.387-23.103-53.179-23.103-82.87 0-24.688 6.828-49.273 20.15-73.494 8.037-14.612 17.585-26.584 28.632-35.657a93.562 93.562 0 0 0-4.31-4.678Zm40.786 13.63c-16.93 5.634-31.04 18.712-42.327 39.235-11.288 20.522-16.932 40.843-16.932 60.964 0 24.949 6.45 48.087 19.35 69.414 12.9 21.327 30.234 34.808 52.003 40.441-6.45 21.73-17.133 44.063-32.048 67-14.916 22.937-30.033 40.04-45.351 51.307C348.7 507.574 332.576 512 313.226 512c-12.9 0-27.815-3.22-44.747-9.658-14.512-7.243-27.009-10.865-37.49-10.865-8.063 0-24.187 4.83-48.375 14.487-14.512 4.024-24.993 6.036-31.443 6.036-19.35 0-39.103-8.048-59.26-24.144-29.024-27.364-51.599-59.958-67.724-97.784C8.062 352.246 0 312.811 0 271.766c0-42.655 12.295-80.28 36.886-112.874C61.476 126.297 92.718 110 130.612 110c20.962 0 40.312 4.426 58.05 13.28 13.705 8.852 27.411 13.279 41.118 13.279 12.9 0 25.396-2.415 37.49-7.244C298.714 116.438 319.676 110 330.157 110c28.219 0 52.809 9.255 73.771 27.766 9.675 9.657 17.335 20.522 22.978 32.594ZM219 110c0-24.445 10.659-48.507 31.977-72.188C272.295 17.188 298.302 4.584 329 0c0 29.028-10.232 54.618-30.698 76.77C275.28 98.925 248.845 110 219 110Z"/></svg>
|
|
);
|
|
}
|
|
|
|
export default Os_mac_os_x;
|