@navinc/base-react-components
Version:
Nav's Pattern Library
10 lines (7 loc) • 1.14 kB
JavaScript
import React from 'react'
const CircleInfo = (props) => (
<svg fill="currentcolor" width="24" height="24" viewBox="0 0 24 24" data-testid="icon:circle-info" {...props}>
<path d="M13,15.5 L13.5001925,15.5 C14.0523709,15.5 14.5,15.9438648 14.5,16.5 C14.5,17.0522847 14.0562834,17.5 13.5001925,17.5 L10.4998075,17.5 C9.94762906,17.5 9.5,17.0561352 9.5,16.5 C9.5,15.9477153 9.94371665,15.5 10.4998075,15.5 L11,15.5 L11,12.5 L10.5029595,12.5 C9.94904028,12.5 9.5,12.0561352 9.5,11.5 C9.5,10.9477153 9.94327742,10.5 10.5029595,10.5 L11.9970405,10.5 C12.275656,10.5 12.5252617,10.6117379 12.70615,10.7926069 C12.8881391,10.9728223 13,11.2224272 13,11.5 L13,15.5 Z M12,22 C6.4771525,22 2,17.5228475 2,12 C2,6.4771525 6.4771525,2 12,2 C17.5228475,2 22,6.4771525 22,12 C22,17.5228475 17.5228475,22 12,22 Z M12,20 C16.418278,20 20,16.418278 20,12 C20,7.581722 16.418278,4 12,4 C7.581722,4 4,7.581722 4,12 C4,16.418278 7.581722,20 12,20 Z M12,9.5 C11.1715729,9.5 10.5,8.82842712 10.5,8 C10.5,7.17157288 11.1715729,6.5 12,6.5 C12.8284271,6.5 13.5,7.17157288 13.5,8 C13.5,8.82842712 12.8284271,9.5 12,9.5 Z" />
</svg>
)
export default CircleInfo