UNPKG

@nant-design/nant-icons

Version:

8 lines (6 loc) 437 B
import React from 'react'; export const Albums = (props) => { return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...props}> <path d="M368 96H144a16 16 0 0 1 0-32h224a16 16 0 0 1 0 32Zm32 48H112a16 16 0 0 1 0-32h288a16 16 0 0 1 0 32Zm19.13 304H92.87A44.92 44.92 0 0 1 48 403.13V204.87A44.92 44.92 0 0 1 92.87 160h326.26A44.92 44.92 0 0 1 464 204.87v198.26A44.92 44.92 0 0 1 419.13 448Z"/> </svg>; };