UNPKG

@nant-design/nant-icons

Version:

10 lines (7 loc) 552 B
import React from 'react'; export const Save = ({width="410",height="404",...other}) => { return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}> <path d="m465.94 119.76-73.7-73.7A47.68 47.68 0 0 0 358.3 32H96a64 64 0 0 0-64 64v320a64 64 0 0 0 64 64h320a64 64 0 0 0 64-64V153.7a47.68 47.68 0 0 0-14.06-33.94ZM120 112h176a8 8 0 0 1 8 8v48a8 8 0 0 1-8 8H120a8 8 0 0 1-8-8v-48a8 8 0 0 1 8-8Zm139.75 319.91a80 80 0 1 1 76.16-76.16 80.06 80.06 0 0 1-76.16 76.16Z"/> <circle cx="256" cy="352" r="48"/> </svg>; };